weixin_33726313 2011-07-23 22:34 采纳率: 0%
浏览 39

Codeigniter中的AJAX分页

Is it possible to use AJAX pagination in Codeigniter without editing the pagination libraries? Will editing the pagination libraries make life much easier?

  • 写回答

2条回答 默认 最新

  • weixin_33692284 2011-07-23 22:48
    关注

    You shouldn't need to edit the pagination library. AJAX is all front-end bro. You simply make a view which displays your result listings and make another view which contains a div you'll populate with your listings view. Inside your results container you can load in ajax responses into the div using that other view.

    评论

报告相同问题?

悬赏问题

  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办