In the end, the following solution works for me:
1. Modify jquery_engine.php as suggested by ecommy.com:
jquery has live event feature to acomplish that copy
cake/libs/view/helpers/jquery_engine.php to
app/views/helpers/jquery_engine.php
now open jquery_engine.php and on line 181 change the code
Thank you for your help. I added the file to the helpers and changed
the code and nothing changed:(
Before I had the pagination outside of the element and now I have
moved it inside the element and it seems to have made a change.
Before it worked but only if I clicked on the numbers or like I
ex
This is a common problem - and is because jquery doesn't work similar
with prototype when it comes to executing ajax code inside a page that
was requested by ajax
jquery has live event feature to acomplish that copy
cake/libs/view/helpers/jquery_engine.php to
app/views/helpers/jquery_engine.php
n
I have set up pagination following the Mark Story article and it seems
to work fine EXCEPT my next, previous and number links are not
updating.
If I click on next after the first page load, it goes to the next
comment (cool), however the next link does not update to the third
page and just stops w