我需要将 jquery 脚本添加到 javascript 函数中,然后在#sortby
添加到 url 时调用该函数。这可能吗?
jQuery
$("#myselect option[value='availability']").attr("selected","selected");
Javascript
function sortBy(){
performanceQuery(perfpage);
tourQuery(tourpage);
return false;
}