What is Chaining in Jquery?
Answers
Answered by
0
Hey buddy here is ur answer !!
jQuery Method Chaining. However, there is a technique called chaining, that allows us to run multiple jQuerycommands, one after the other, on the same element(s). Tip: This way, browsers do not have to find the same element(s) more than once. To chainan action, you simply append the action to the previous action.
jQuery Method Chaining. However, there is a technique called chaining, that allows us to run multiple jQuerycommands, one after the other, on the same element(s). Tip: This way, browsers do not have to find the same element(s) more than once. To chainan action, you simply append the action to the previous action.
Similar questions