Hi Jim,

The folks on the jQuery UI team (particularly Paul Bakaus) are working on another plugin that allows you to do all sorts of really nice effects. It's really beautiful in the way it extends some existing methods, too. For example, in addition to this:
$('.foo').addClass('pretty');

you'll be able to do this ...

$('.foo').addClass('pretty', 'slow');

It's in svn now, but needs to be fleshed out and tidied up before release. If you want to give it a whirl, you can grab the svn files here:

http://jqueryjs.googlecode.com/svn/trunk/fx/current/

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Oct 30, 2007, at 9:30 AM, Priest, James (NIH/NIEHS) [C] wrote:


Just curious if anyone had any examples of reproducing the old Interface
effects: Highlight, bounce, etc... with jQuery 1.2??

Thanks,
Jim

Reply via email to