Select from following answers:- .one()
- .bind()
- .attach()
- .connect()
- All Above
'.bind()' is the function used in JQuery to attach a handler to an event.
similarly, '.one()' is also used but it is executed only once per element.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator