added will pagination action.

This commit is contained in:
maxwell
2010-06-28 21:56:58 -07:00
parent 30667a5bc9
commit 46ab63de36
16 changed files with 26 additions and 10 deletions

View File

@@ -31,9 +31,12 @@ $(document).ready(function(){
$('#bookmark_link').click(clearForm);
$('#debug_more').hide();
$(":text").click(clearForm);
function clearForm(){
var text = $(this).text()
$(this).val("");
}
$('#debug_info').click(function() {