Friends, In this post, we will see how can we refer to previous and next controls present on an HTML page using jQuery. jQuery provides 2 very useful functions .prev() and .next() with the help of which we can refer to the immediate previous/next sibling of a given control. This is to be noted that…
Continue Reading »