juery的函数调用及理解,以下是一段jquery 调用函数plug...

? 选择语言
jQuery,plugins,best,of,top,slideshow,slider,slide,Gallery,form,validation,jquery,for,javascript,web,designplugins,wordpress,ui,image,plugin,tutorials,freebies,resources,development,webdev,demo,PHP,MySQL,CSS,UI,CSS3,HTML5,HTML,webdesign,
BestOfjQueryPlugins is a website dedicated to bring you the latest plugins & tweaks of jQuery, through a simple to follow tutorials on how tu use them.
All the jQuery plugins on this website are free to download, we provide a demo for each one of them.
Alexa Rank :
服务器属性
104.28.6.121
United States
Whois Server:
clientTransferProhibited
<<< <<< <<< <<< <<< <<< bestofjqueryplugin.scombestofjquerypluginsc.ombestofjqueryplugins.ocm bestofjqueryplugins.cmo<< <<< <<< <<< <<< <<< << bestofjqueryplugins.ocombestofjqueryplugins.cmom< <<< <<< <<< <<< <<< <<< bestofjqueryplugins..combestofjqueryplugins.ccombestofjqueryplugins.coom <<< <<< <<< <<< <<< << <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< << <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< <<< 最近查询域名后使用快捷导航没有帐号?
只需一步,快速开始
查看: 18928|回复: 6
请问如何在JS中调用jQuery内部的函数或对象?
UID272990在线时间 小时积分381帖子离线17307 天注册时间
中级会员, 积分 381, 距离下一级还需 119 积分
譬如需要调用sayHello,在JS中如何实现?
(function($){
&&$.fn.sayHello = function()
})(jQuery);
UID325489在线时间 小时积分17帖子离线17307 天注册时间
新手上路, 积分 17, 距离下一级还需 33 积分
$(&#id&).sayHello();
UID272990在线时间 小时积分381帖子离线17307 天注册时间
中级会员, 积分 381, 距离下一级还需 119 积分
楼上的可能没有明白,我的意思不是在jQuery内部调用,而是在jQuery外部调用。
UID512983在线时间 小时积分237帖子离线17307 天注册时间
中级会员, 积分 237, 距离下一级还需 263 积分
(function($){
&&$.fn.xx = function(){};
&&var yy = function(){};
})(jQuery);
$().xx(); 在外面是可以调用的
yy()在外面是无法调用的
UID272990在线时间 小时积分381帖子离线17307 天注册时间
中级会员, 积分 381, 距离下一级还需 119 积分
$().xx(); 是可以,如果在系统中对象$有冲突,那只有使用jQuery().xx();可否将jQuery换成自己的对象名称呢?
[[i] 本帖最后由 jlmqq 于
20:14 编辑 ]
UID353343在线时间 小时积分3781帖子离线17307 天注册时间
金牌会员, 积分 3781, 距离下一级还需 1219 积分
你可以封装一个函数用call方法调用嘛
myObj.sayHello = function(hello){
& & jQuery.sayHello.call(this,hello);
UID272990在线时间 小时积分381帖子离线17307 天注册时间
中级会员, 积分 381, 距离下一级还需 119 积分
恩,是不错的解决方案。
Powered by

参考资料

 

随机推荐