December 2010
3 posts
3 tags
正确配置 jQuery Tools .slideshow() 插件
jQuery Tools 是我最喜欢的 jQuery 插件,小巧,轻量,高度语义化。 对一个幻灯插件来说,最讨厌的莫过于生成一堆无意义的 HTML 代码,比如之前用到的 Coin Slider,而 jQuery Tools 的 Tabs 包含的 .slideshow() 却非常友好,只是配置起来容易犯晕。 比如,官方 API 指南上说加上 autoplay: true 即可让幻灯自动播放,所以想当然地就写: $(".slidetabs").tabs(".images > div", { effect: 'fade', fadeOutSpeed: "slow", autoplay: true, rotate: true, interval: 50, clickable: false }).slideshow(); ...
Dec 15th
1 note
4 tags
How to code an input form?
We build “teaser” pages for upcoming projects, we collect users’ email addresses and send them invitations. But be careful here, this is your first rollout, i.e. the first impression of your project. How sad would it be if you screw it up? Back to our topic, you may wanna start with this: <input type=”email” /> Nice, clean and neat. Then style...
Dec 14th
3 notes
4 tags
Douban Search Switch
油猴脚本,作用就是允许在豆瓣首页切换搜索的类型,并记住。 安装 http://userscripts.org/scripts/show/92558
Dec 12th