I have data being loaded on a page using the jquery .load() function which calls a php script and is working grand. I have pagination added to the data loaded onto the page but no jquery functions work when I click on the pagination in the data that has been loaded.
Does this mean that jquery .click() function wont work on data if that data has been loaded by another jquery function and if so is there a way around this?
Does this mean that jquery .click() function wont work on data if that data has been loaded by another jquery function and if so is there a way around this?
Comment