sort function with a few logs to show data inconsistency.
This commit is contained in:
parent
c26fdfb105
commit
8351f9b6bf
2 changed files with 16 additions and 43 deletions
|
|
@ -41,7 +41,7 @@
|
|||
});
|
||||
|
||||
$("#try_these a").click(function() {
|
||||
img_input.value = this.innerHTML;
|
||||
img_input.value = "awesome/" + this.innerHTML;
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<input type="submit" class="img_submit" value="Upload and be awesome">
|
||||
</form>
|
||||
<form method="post" action="#" id="franz_form">
|
||||
<input type="text" id="img_input" value="lol.png">
|
||||
<input type="text" id="img_input" value="awesome/lol.png">
|
||||
<input type="submit" class="img_submit" value="Go for it!">
|
||||
</form>
|
||||
<p id="try_these"><strong>Try out:</strong>
|
||||
|
|
|
|||
Reference in a new issue