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
Times have changed, it would now be done using ".on"
.on('click',function(){/* code */});