http://www.swiper.com.cn/api/pagination/2014/1217/68.html http://docs.emmet.io/css-abbreviations/gradients/ http://docs.emmet.io/ http://www.dowebok.c ...
分类:
Web程序 时间:
2016-05-21 19:06:34
阅读次数:
133
效果图 代码: <div class="container"> <nav> <ul class="pagination"> <li class="disabled"> <a href="#" aria-label="Previous"> <span aria-hidden="true">« ...
分类:
其他好文 时间:
2016-05-19 21:23:06
阅读次数:
148
第一种Bootstrap 实例 - 默认的分页 jquery pagination 分页控件 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict ...
分类:
Web程序 时间:
2016-05-13 10:30:07
阅读次数:
408
照着写的demo,搞清楚什么叫分页器Pagination,什么叫nav,搞清楚DOM结构,container,wrapper之类的,就能写了。效果掉渣天! 这个是parallax的demo API http://www.swiper.com.cn/api/index.html ...
分类:
其他好文 时间:
2016-04-24 11:05:56
阅读次数:
423
jQuery SlidesJS - Can't restart animation after clicking on navigation or pagination 在线DEMO: http://jsbin.com/cujeqekate ...
分类:
Web程序 时间:
2016-04-13 18:27:51
阅读次数:
642
http://www.runoob.com/bootstrap/bootstrap-pagination.html ...
分类:
其他好文 时间:
2016-04-09 12:13:27
阅读次数:
108
Django提供了一个分页器类Paginator(django.core.paginator.Paginator),可以很容易的实现分页的功能。该类有两个构造参数,一个是数据的集合,另一个是每页放多少条数据。Paginator的基本使用如下: python manage.py shell >>> f ...
分类:
其他好文 时间:
2016-04-08 19:30:48
阅读次数:
105
首先使用引用分页类 1、 1 use yii\data\Pagination; 2、控制器 1 //分页跳转 2 public function actionPagego(){ 3 $model = Knowledge::find(); 4 //原生sql语句使用分页 5 $sql = "SELEC ...
分类:
其他好文 时间:
2016-04-07 20:30:26
阅读次数:
125
控制器层 <?php namespace frontend\controllers; use Yii; use yii\web\Controller; //use frontend\models\Zhan; use yii\data\Pagination; use SphinxClient; use ...
分类:
Web程序 时间:
2016-03-31 18:50:39
阅读次数:
278