AJAX pagination with codeigniter and jquery

前端 未结 3 1145
天涯浪人
天涯浪人 2021-02-01 11:40

Can someone help me with a simple AJAX pagination in Codeigniter using JQuery? With the paginated list queryed from the database. I searched the web but all the exemples are ver

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 12:08

    just use codeigniter pagination simple and use following code for pagination through jquery:

    
    

    Here pagination div id is the id of pagination container and containerid is simple the container id where you showing the result.

提交回复
热议问题