Nivo-Gallery
Nivo-Gallery copied to clipboard
removing items is not good
global.slides = $element.find('ul li').remove();
That very remove is evil as all attached events are thereby lost.
Is there not any better way to joggle with the dom than removing?