Difference between the one() and on() methods The .one() method selects an element and executes the controller only once. The .on() method selects one element and executes the controller many times.
Interesting Articles