Hi,

I'm not sure if this is what you mean, but this is sort of useful:

javascript:(function(){var s,d=document,a=function(o){d.body.appendChild(o)};
s=d.createElement('script');
s.type='text/javascript';
s.src='http://example.com/jquery.js';a(s)})();

Nuke the newlines, of course, and turn that into a bookmarklet. You
would host a copy of jquery.js on your site, not example.com.

Then you can run that, and click a second bookmarklet that you write
which contains jQuery code. HTH

-p@

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to