jQuery Once 2.x comes with:
- Performance improvements due to its change from manipulating element classes to using
.data()
- Its encouragement of using best practice jQuery chaining
- A new
.findOnce()
function to find once'd instances
jQuery Once 2.x comes with:
.data()
.findOnce()
function to find once'd instances