nikki / LiteAccordion

A lightweight horizontal accordion plugin for jQuery.
MIT License
224 stars 130 forks source link

$.browser is deprecated #37

Closed sethkinast closed 12 years ago

sethkinast commented 12 years ago

Hi! Thanks for the excellent plugin; we use it across six hundred Volkswagen dealer sites and dealers love it :)

As jQuery 1.8 is quickly approaching, $.browser is being removed and turned into a plugin ($.browser has been deprecated since jQuery 1.3). This isn't an immediate concern since we're just now getting ready for jQuery 1.7.2's release, but 1.8 is not that far out.

This is mostly a tracking issue to see if you would begin thinking about removing $.browser from liteAccordion in favor of $.support to target the specific issues you're working around.

Thanks again for your work!

nikki commented 12 years ago

I'll look into it next time I do an update. Thanks.

nikki commented 12 years ago

This is in the dev branch now, and will be in the next update. Thanks.