You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
410 B
1 lines
410 B
var userList=new List("users-list",{valueNames:["name","born"]}),paginationList=new List("pagination-list",{valueNames:["name"],page:4,pagination:!0}),noresultList=new List("noresult-list",{valueNames:["name"]});noresultList.on("updated",function(e){0<e.matchingItems.length?$(".error-message").hide():$(".error-message").show()});var transactionList=new List("transaction-list",{valueNames:["name","id-no"]}); |