[jQuery] param vs params
[jQuery] param vs params
I don't see any documentation that describes the difference of param
vs. params for the JQuery() parameter. Is this a JavaScript or JQuery
based parameter? One would think params is for an array. But in fact
you can use param[0], param[1], etc. which threw me off. So then what
is params plural for?