Didn't know if there was an easy way to do a replace-all, to
accomplish this.
Basically, I wanted to use tooltip for my Wordpress blog, however the
requirement for using jQuery in that environment is to -not- use $
("elem"), but instead jQuery("elem").
Can I do a global replace in jquery.tooltip.js from $ to jQuery ?
Tried so far, but no go. ( the actual result is that the tooltip
does not appear, only the default browser tooltip - did not get error
messages)
I already checked :
http://docs.jquery.com/Plugins/Tooltip/tooltip#options .. for any notes on changing to the jQuery() usage.
Thanks,
Steve