我正在修改一个jQuery插件,以满足我需要的额外要求。
对不起,不是一个编程问题,但是你可以将一个数组从javascript传递到一个jQuery插件,它将保留所有的信息,还是会丢失javascript和jQuery插件之间的数组内容?
谢谢。 TT。
I am looking at modifying a jQuery Plugin to cater for an additional requirement I need.
Sorry, not a programming question, but can you pass an array from javascript into a jQuery plugin, that will maintain all it's information or do I lose the array content between javascript and jQuery Plugin?
Thanks. TT.
最满意答案
jQuery完全是用JavaScript编写的。 jQuery扩展(实际上jQuery本身)只是普通的函数。 没有什么特别也没有什么不同,所以要回答你的问题,是的,你可以传递数组。
jQuery is written entirely in javascript. jQuery extensions (and indeed jQuery itself) are just normal functions. There's nothing special nor different about it, so to answer your question, yes you can pass arrays.
更多推荐
发布评论