I have an asset listing page showing x items with "previous 1 2 3 next" etc pagination. Is there a way to load the targeted content (click next/previous) without page refresh using ajax .load?
In a nutshell load content dynamically using ajax with pagination.
Hi Nic - I had a similar block of code. It worked fine on the first instance i.e clicked on 2 of 5 in the pagination and loaded successfully but failed on the next 3 of 5 etc. I'm close but I'll keep at it.
Aleks - Very cool implementation! Do you mind me having a squiz (pardon the pun)
I had a similar block of code. It worked fine on the first instance i.e clicked on 2 of 5 in the pagination and loaded successfully but failed on the next 3 of 5 etc. I'm close but I'll keep at it.
Well, make sure if you are loading the navigation back in using ajax, that you are using the jQuery "on" event like I did in the example. So that it will "live" bind the click.