Select from following answers:- .bind()
- .connect()
- .clone()
- Both 1 & 2
- All Above
'.connect()' is the method used to connect one function with another where as '.bind()' is used to attach(bind) a handler to an event of an element.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator