You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #327, jQuery 1.6 adds the prop() function and makes a change to attr(). When setting properties directly on a DOM element, Chosen should probably move away from either so support can extend across multiple versions of jQuery.
As reported in #327, jQuery 1.6 adds the
prop()
function and makes a change toattr()
. When setting properties directly on a DOM element, Chosen should probably move away from either so support can extend across multiple versions of jQuery.Think
Not
There's a good discussion on Stack Overflow regarding this issue:
http://stackoverflow.com/questions/5874652/prop-vs-attr
The text was updated successfully, but these errors were encountered: