I have a table using a table sorter plugin that is getting drilled out from the database using php. Within the row, I have a jquery/ajax call that get fired on button click. I have no issues with the ajax or the table sorter working inddependently. However when I either sort a column or page through, the price updater(ajax) only with work within the first 7-10 rows of the table…I have tried a couple table sorter plugins and one just totally shuts down the ajax after a sort and this one only gives me a few row to work in…Any thoughts?
Share
if you are using ajax request to load dynamic data, any of the existing events are not valid for the new elements. so after you load dynamic data, you need to call table sorter again. this will solve your problem