1.An Animated Sharing-Bar that includes a 3D Carousel Effect
3D旋转效果展示分享按钮,具有动画效果。WordPress的tab云好像也有这种效果。
2.GivaLabs iButtons – a different way of displaying your checkbox
具有动画效果的CheckBox
3.jQuery Impromptu – A Sleek, light-weight and simple way to add user-prompts
光滑、轻量级的用户提示框
4.jQuery Fly-To-Basket Effect for Online Stores
点击【Add to Basket】按钮,商品滑动到右侧的购物车,非常Cool。
推荐阅读
细说浏览器特性检测(1)-jQuery1.4添加部分
其最经典的运用莫过于通用的addEvent函数:
function addEvent(element, type, handler) {
if (element.attachEvent) { //IE8及以下浏览器
element.attachEvent('on' + type, handler);
}
else { //W3C标准浏>>>详细阅读
本文标题:jQuery示例收集
地址:http://www.17bianji.com/kaifa2/JS/25468.html
1/2 1