I\'m making a bookmarklet which will load jQuery if the object is not found. The loading will check on the version of jQuery. The code is like:
(function(){
Check this blog
You can use the method
$.noConflict(true);
to accomplish this. For example: