|
|
@@ -753,7 +753,7 @@ function page(current){ |
|
|
|
html += "<a class=\"item navigation\" href=\"javascript:page(" + totalPage + ")\"><span class=\"navigation_label\">末页</span></a>"; |
|
|
|
} |
|
|
|
|
|
|
|
html +="<div class=\"item\"> 前往<div id=\"inputpage_div\" class=\"ui input\"><input id=\"inputpage\" type=\"text\"></div>页</div><div id=\"tipmsg\"></div>"; |
|
|
|
html +="<div class=\"item\"> 前往<div id=\"inputpage_div\" class=\"ui input\"><input id=\"inputpage\" type=\"text\"></div>页</div>"; |
|
|
|
console.log("html=" + html) |
|
|
|
document.getElementById("page_menu").innerHTML=html; |
|
|
|
$('#inputpage').on('keypress',function(event){ |
|
|
|