What are the hidden features of jQuery?
See also: Hidden features of javascript
|
8
|
What are the hidden features of jQuery? See also: Hidden features of javascript |
||||||||||
|
|
|
While the internal data() function is documented, its uses aren't. It's pretty general-purpose, as it allows you to see the data that jQuery has associated with any given elements. For example, one such use is to see the actions that jQuery has bound to an element in its event registry, as in this answer. |
||
|
|
|
|
There is no built in "exists" function for JQuery.. but there should be (and can be)! http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery |
||
|
|
|
|
Here is some good stuff: http://james.padolsey.com/javascript/things-you-may-not-know-about-jquery/ |
||
|
|
|
|
You can set up data in a dialog component Something like
|
|||
|
|