Search Results

0
votes

how to use jquery non conflict properly

I prefer using a self executing anonymous function to give your jQuery code its own scope where you can use $ as you normally would if you didn't have to worry about compatability. This is …
1
vote

jQuery get next element after first match

The main problem that I see with your code is that you're looking in the global space for the two elements side by side instead of finding the currently selected element and then traversing for sib …