brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

$.css returns "" for unsupported attributes in firefox 3.5 mac #13

Open burin opened 13 years ago

burin commented 13 years ago

I've depended on $.css returning null for unsupported attributes, e.g. $.css(elem, "hehe"); but it returns "" whether it's "supported" or not.

Just jotting this down