jquery’s posterous

jQuery related Twitter profiles list

Hi everyone, today I found a great list of jquery related twitter user profiles list. If you are using twitter and love jquery then you definetly should check it out.

http://skfox.com/2008/07/06/following-jquery-on-twitter

Filed under  //   jquery   list   resource   twitter  

Comments [0]

What is new in jQuery 1.3.3?

If you wonder what's new in jQuery's latest (not realeased yet) version 1.3.3, you should follow @jQueryHowto on Twitter. The last three posts he had were:

  1. .toggleClass() will be able to toggle more than one class at the time;
  2. .bind() will let you define your own this reference;
  3. and jQuery will handle iframes better.

Filed under  //   jquery  

Comments [0]

Delete table row on click

Reading a post on jQuery HowTo blog about deleting table row on user click, I realized how usable it is. It adds an extra usability with only 3 lines of code...

Filed under  //   html   jquery   manipulation   table   usability  

Comments [0]