JQuery DOM Navigation

Action Effect
next() Select the next sibling in the DOM
previous() Select the previous sibling in the DOM

Leave a Reply