HosipLan

Untitled

Jun 6th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("form.datagrid table.datagrid tr.footer input[name=page]").livequery("keypress", function (e) {
  2.     if (e.keyCode == 13) {
  3.         var $submits = $(this).parents("form.datagrid").find("input:submit[name=pageSubmit]");
  4.         console.log($submits);
  5.         console.log($.nette);
  6.         console.log($.nette.ajax);
  7.         $.nette.ajax({}, $submits[0], e);
  8.     }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment