> -----Original Message----- > From: Peter Boughton [mailto:[email protected]] > > And just a quick simplification of Adrian's jQuery... > > Instead of: > $("#show").mouseover(func1).mouseout(func2) > > You can do: > $("#show").hover(func1,func2)
Holy bejeasus, how long has hover() been there?! God bless jQuery... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325628 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

