jQuery pagination + Twitter Bootstrap

后端 未结 5 746
有刺的猬
有刺的猬 2020-12-29 13:32

I\'m trying to modify a Jquery pagination (based on this Jquery pagination tutorial - demo) to work with the awesome twitter bootstrap.

Twitter Bootstrap\'s standard

5条回答
  •  失恋的感觉
    2020-12-29 13:51

    To Disable prev button, when on first page just use this:

  • Previous
  • To Change Active li when page is changed just put the active class to that li in which your page is shown.

    To Disable next button when on last page just use as for previous one like:

     
  • Next
提交回复
热议问题