[jQuery] How to show the methods and attributes of any jQuery object
Hi folks,
In python we can use dir() to show the methods and attributes of any
python object.
Since it is possible to extend the jQuery object itself
is there a similar method in jQuery to show the methods and attributes
of a particular object?
thanks,
Antonio