Using the Yii framework:
I'm trying to implement CPagination with Ajax. The reason why is the page (that has the pagination) is being loaded as a Ajax return function(data) into a div status like $("div#status).html(data). I'm using renderPartial to load the view that has the pagination. The pagination works, but its not in ajax. I want it to do it in ajax and return the results into $(div#status)
Thanks, mnouh