Skip to content
Commit e6e29ac1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery...

- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
parent 41dca3c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment