brandonaaron / livequery

MIT License
477 stars 195 forks source link

quick fix for new "prop" and "removeProp" functions in jQuery 1.6 #10

Closed tianon closed 10 years ago

tianon commented 13 years ago

Noticed that a livequery on "input:disabled" wasn't working 100% properly with 1.6 because of the new properties API, so this fixes it. Haven't tested compatibility with older versions of jQuery, however. Figured I'd share back, even though you haven't touched this code in a while -- thanks for writing such a useful plugin. :)

brandonaaron commented 10 years ago

Thank you for taking the time (now 3 years ago) to contribute to the project. I apologize I wasn't able to merge this code in. I'm finally giving this project some attention and rewriting it to have a completely different approach.