background preloader

前端资源

Facebook Twitter

jPaginate: A Fancy jQuery Pagination Plugin. jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers.

jPaginate: A Fancy jQuery Pagination Plugin

The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to the first and last page are available as well. You can call the plugin in the following way: $(elementID).paginate() You can configure […] jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. $(elementID).paginate() You can configure the plugin with the following properties: View demoDownload jPaginate Message from TestkingLearn the basics of jquery using sun tutorials. By Thomas Grauer. 开发中可能会用到的几个 jQuery 小提示和技巧 - 梦想天空(山边小溪) Select2 3.4.5. 每一位Android开发者应该知道的Android体系架构和开发库. 网站日志实时分析工具 GoAccess. 一见倾心的5个JavaScript调试技巧. 我使用printf调试法已经很久了,并且我一直认为它是调试bug很有效的方法。

一见倾心的5个JavaScript调试技巧

但是有些情况下,我们需要更好的调试工具。 这里介绍几个,你也会发现它们非常有用。 1,调试器 如我之前提到的,你可以使用调试器。 在代码中强制加入调试断点。 需要一个条件判断吗? 记得调试完毕以后要清除它们。 Docs/cplat/libs - 百度开放云平台. 简介 CDN公共库是指将常用的JS库存放在CDN节点,以方便广大开发者直接调用。

docs/cplat/libs - 百度开放云平台

与将JS库存放在服务器单机上相比,CDN公共库更加稳定、高速。 百度公共CDN为您的应用程序提供稳定、可靠、高速的服务,包含全球所有最流行的开源JavaScript库。 资源列表 '使用方法: 加载JS库,复制HTML代码片段(如下所示)到网页。 Backbone 加载地址: 未压缩: 压缩: 官网: 使用命令行快速切换目录 - 团子的小窝. 今天早上看到@程序员的那些事转的一条微博《使用命令行快速操控文件系统》,文中作者介绍了他提升工作效率的一个命令行小工具,可以快速切换工作目录,我觉得蛮有意思的,小小研究了下。

使用命令行快速切换目录 - 团子的小窝

在原工具的基础上,我在 Github fork了一个改进的版本 —— mark-directory,具体可以看文章最后。 工作原理 这个小工具的工作原理非常简单,相信大家扫过一遍原文就可以明白,它创建了一个隐藏目录(例如~/.marks),目录里面存放的文件都是常用目录的软链接。 我们可以将这个软链接看作一个书签,通过访问这个书签我们可以方便地跳转到相应的目录。 具体实现 这个小工具也提供了相应的命令来管理这些软链接文件,当前支持的是jump, mark, unmark和marks。 以上4个操作命令的实现代码如下所示,非常简单: 将这段代码放到~/.bashrc 文件中。 首先,我们 cd 到一个常用的目录,使用 mark 为该目录创建一个书签,根据上面的代码,实际上是在~/.marks 目录下面创建了一个软链接文件: [kodango@mac] ~ $ cd /usr/local/Cellar/ [kodango@mac] /usr/local/Cellar $ mark cellar 随后,使用 marks 命令来列出当前存在的书签: [kodango@mac] /usr/local/Cellar $ marks cellar -> /usr/local/Cellar 我们跳转到其它目录,然后看看这个书签是否能正常工作,这时候我们要用到 jump 命令: Best Web Designing Frameworks for 2014. Starting a new year could hardly get any better for web designers than this.

Best Web Designing Frameworks for 2014

We have some of the best and most powerful web designing frameworks just waiting to be explored. These are frameworks that can help you build fully functional web templates within minutes and with extremely minimal knowledge of CSS and JavaScript coding. There are great expectations for the year 2014. Responsive websites are already the Next Big Thing.

Visitors from mobile and tablets have become an important factor for all websites. In this article, we will list some of the best CSS frameworks that will help web designers and developers to explore their potential to build responsive and beautiful web applications in 2014. Web Uploader.