2014年11月19日 星期三
2013年11月18日 星期一
Bootstrap Paginator
var options = {
currentPage: 3,
totalPages: 10,
pageUrl: function(type, page, current){
return "http://example.com/list/page/"+page;
}
}
$('#example').bootstrapPaginator(options);
Reference :
Bootstrap Paginator - Bootstrap Pagination jQuery plugin
2012年11月15日 星期四
CSS Sprites 小圖示
將很多小圖製作成一張大圖,再使用 css 定位的方式取用圖示
優點:載入一張圖即可,減少載入圖片時的 HTTP 交通量
Reference :
Font Awesome, the iconic font designed for use with Twitter Bootstrap
草監網路: [GUI]純CSS製作 GUI 圖示按鈕-Nowill Design
CSS Sprites 產生器,改造網頁以加快圖示載入速度
優點:載入一張圖即可,減少載入圖片時的 HTTP 交通量
Reference :
Font Awesome, the iconic font designed for use with Twitter Bootstrap
草監網路: [GUI]純CSS製作 GUI 圖示按鈕-Nowill Design
CSS Sprites 產生器,改造網頁以加快圖示載入速度
2012年10月16日 星期二
訂閱:
文章 (Atom)