鸭子的路标

 
Filed under

jquery

 

jquery 记录分享

中文:http://blog.youmila.com/?p=491

英文:http://www.insideria.com/2009/09/jquery-ftw-september-6.html

一直以来我一直在收集一些好的jquery链接,但是一直没有机会发布出来

现在我post it(如果你感兴趣或者有好的分享的链接请回复下哈):

jQTouch – 一个为手机开发准备的插件,适用于iPhone, Android, Palm Pre以及其它手机。

jQuery – Manipulating Table Tow Background Colors -使用jquery去操纵表格淡雅u单元的东东,漂亮的表格会有效的帮助用户在大量数据中找到自己想要的信息。

Gritter -一个Growl类型(比如对话框,警示框等dialog)的jquery插件,我比较喜欢它的ui设计很好哈。

Link Nudge – 一个很好的链接闪动的jquery插件。效果很棒哦~

jQTransform – 一个完美的美化表单的一个jquery工具。由于我个人的ui不很好,所以很喜欢它。

Quick and Easy Image rollovers using jQuery – Dan Vega写的一个很好的用jquery实现图片的翻转的指南。

Getting selected text with jQuery -用jquery获取选择的文本,这是一片帖子,回复都溢出了哈大家一起分享。

Identifying and Locating Mouse Position with jQuery -一个讨论用jquery标志和定位鼠标位置的使用指南

jQuery UI 1.8 Preview – 我有点落后了,大家可能已经使用了jquery ui 1.8

劳驾看过的兄弟留了个脚印谢谢哦~

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

jQuery Background Test

Check out this website I found at snook.ca

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

JQuery插件--图片连续翻转

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

jquery 好友输入提示插件

2.0版

 

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

firebug+jquery

jQuery.fn.log = function (msg) {
      console.log("%s: %o", msg, this);
      return this;
  };

Example: $("div").find('input:checkbox').log("test!");

或在Firebug中装载Jquery

var s=document.createElement('script'); 
s.setAttribute('src', 'http://jquery.com/src/jquery-latest.js'); 
document.body.appendChild(s);

更多加载方法

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

Coda-Slider 1.1.1

Check out this website I found at ndoherty.com

模仿iphone屏幕切换的效果

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

jQuery性能优化指南

  1. 总是从ID选择器开始继承
  2. 在class前使用tag
  3. jquery对象缓存起来
  4. 掌握强大的链式操作
  5. 使用子查询
  6. 对直接的DOM操作进行限制
  7. 冒泡
  8. 消除无效查询
  9. 推迟到 $(window).load
  10. 压缩js
  11. 全面掌握jquery

 

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

jQuery Tips and Tricks II

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]

JQuery Corner Demo

jquery 圆角插件,兼容ie6.0+,ff... malsup.com

Loading mentions Retweet
Filed under  //   jquery  

Comments [0]