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 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.