$(document).ready(function(){$("#pagenumber").bind("change",function(){var page=$(this).val();if(page=="")return;location.href=page;});});