翻译一下 JS代码,或者有实例说明一下
<SCRIPTlanguage=javascript>functiontop_list(url){url='text.php?'+url;$('#listmsg').lo...
<SCRIPT language=javascript>
function top_list(url)
{
url='text.php?'+url;
$('#listmsg').load(url);
}
document.all["top_type"].options[1].selected = true;
top_list(top_type.options[top_type.selectedIndex].value);
</SCRIPT> 展开
function top_list(url)
{
url='text.php?'+url;
$('#listmsg').load(url);
}
document.all["top_type"].options[1].selected = true;
top_list(top_type.options[top_type.selectedIndex].value);
</SCRIPT> 展开
2个回答
展开全部
<SCRIPT language=javascript>
function top_list(url)
{
url='text.php?'+url;//ajax请求的路径
$('#listmsg').load(url);//通过jquery的ajax的load方法执行请求
}
document.all["top_type"].options[1].selected = true;//选择下拉菜单选中的对象
top_list(top_type.options[top_type.selectedIndex].value);//执行top_list函数
</SCRIPT>
function top_list(url)
{
url='text.php?'+url;//ajax请求的路径
$('#listmsg').load(url);//通过jquery的ajax的load方法执行请求
}
document.all["top_type"].options[1].selected = true;//选择下拉菜单选中的对象
top_list(top_type.options[top_type.selectedIndex].value);//执行top_list函数
</SCRIPT>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询