Hi guys,
I've wrote a plugin - and it works great for what I need - except I've noticed today that:
Puts the elements in the order they appear in the DOM.
So on my html page, I have this...
But I want to change the divs in the order I provide the plugin. Like this...
The each function changes the order to how the elements appear on the page - 1,2,3 But this is no good.
Please can someone explain how I can make the plugin do its thing in the order I enter the elements
Thanks for the help!