show/hide this revision's text 2 added 103 characters in body

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.

show/hide this revision's text 1

jQuery & plugins no-conflict in bookmarklet

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?