I have a complex bookmarklet that does many things, and rely
heavily on jQuery and some plugins (ui, easing, ect. )
Thing is, I don't know if jQuery or any other plugins are already
included in the current page, so I mustn't conflict them,
but also needs my files to be maintainable.
Do anyone have any ideas how to accomplish this?
some sort of Clousers perhaps?
it is VERY important that my appended jQuery.UI library won't collide with the page's ones.