jquery中.openLayer函数是啥意思 还有里面的参数是是啥 比如
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery中.openLayer函数是啥意思 还有里面的参数是是啥 比如相关的知识,希望对你有一定的参考价值。
$("[name='find']").click(function ()
var topid = $(this).attr("topId");
var catname = $(this).attr("catname");
$.openLayer(
catname: catname,
topid: topid,
maxItems: 10,
pid: "0",
returnText: "restxts",
returnValue: "resvals",
span_width: d1: 220, d2: 220, d3: 220 ,
index: topid
);
);
? 什么意思
以上是关于jquery中.openLayer函数是啥意思 还有里面的参数是是啥 比如的主要内容,如果未能解决你的问题,请参考以下文章
在 Javascript/jQuery 中,(e) 是啥意思?