JQuery Programmer Question:
Which built-in method sorts the elements of an array?

Answer:
sort() method sorts the elements of an array.
Previous Question | Next Question |
How will you make sure that DOM is ready using jQuery? | How to remove an attribute from each of the matched elements using jQuery? |