HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Your votes power DZone. Login and vote now.
Link 42187 thumbnail
User 217101 avatar

By gst
via jquery.com
Published: Sep 17 2007 / 07:55

Important Changes --- Relative Animations: There was a serious error in the API for the new relative animations that caused a conflict with existing animation styles. To resolve this, in order to do a relative animation, you must now use the following syntax: $(...).animate({ height: "+=50px", width: "-=20%", fontSize: "+=2em" }); With += meaning “Add to the current position” and -= meaning “Take away from the current position”. --- .eq() : Due to some very-persuasive arguments, and a great deal of reconsideration, .eq() has been brought back. A great number of plugins rely on this single method - and the alternative provided by .slice() simply wasn’t as elegant a solution as what was originally provided.
  • 11
  • 0
  • 992
  • 0

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (11)



Voters Against This Link (0)