JQuery Programmer Question:
How to add the previous selection to the current selection using jQuery?
Answer:
The andSelf( ) method adds the previous selection to the current selection.
Previous Question | Next Question |
How to check data type of any variable in jQuery? | What are the slow selectors in jQuery? |