I am trying to attach \'click\' events to all elements of a particular class. The problem is some of the elements are on a tab that is hidden (display: none) at the time tha
According to the jquery documentation at http://api.jquery.com/live/
Attach a handler to the event for all elements which match the current selector, now and in the future
Here is an example of how to use it:
Click me!