Skip to content
Snippets Groups Projects
Commit 67a57a85 authored by wyl's avatar wyl
Browse files

fix bug

parent 4b308dd5
Branches
No related tags found
1 merge request!29fix bug
......@@ -144,6 +144,11 @@
})
//reflash page
$(document).on("dblclick","#searchButton",function (){
location.reload()
})
//use jQuery's load() to load content dynamically,Events cannot be bound in dom mode
$(document).on("click", "#searchButton", function () {
......
......@@ -122,9 +122,15 @@
})
//reflash page
$(document).on("dblclick","#searchButton",function (){
location.reload()
})
//use jQuery's load() to load content dynamically,Events cannot be bound in dom mode
$(document).on("click", "#searchButton", function () {
let status=document.getElementById("searchStatus").value;
if(status==="active"){
status=1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment