[jQuery] problem with events and tablesorter

2009-07-06 Thread sso
hi, I'm using table sorter. This problem only occurs on pages that aren't the first page. I have a class called 'clcls' on each individual cell in column. For testing purposes I have the click open an alert box. The class is applied to the cells, but on the second page in table sorter the

[jQuery] Problem with events

2008-10-29 Thread debussy007
Hi, I would like to execute instructions after an event has been fired and processed: $('#int').click(); // I fire click event, callback function will be executed // Execute other instructions after the callback fct of the click event has been processed The problem is, how do I know when the

[jQuery] problem with events

2008-04-29 Thread michal
for (var i=0 ; i 4 ; i++){ var img = document.createElement('img'); $(img).attr( { 'id': 'imageId'+this.id+'_'+i, 'width' : '28px', 'height' : '28px' });