Loops

Loops in JQuery almost handle themselves. Remember that if we ask look for $("p") this will return all the p tags in our page. so to change all the p content all you would need to do is

tutorial

Now to adjust what you want to edit is fust a matter of using filters when you search to get specific, for example

tutorial

NEXT LESSON