Thanks Jorn, appreciate the quick helpful response.
On Apr 18, 4:13 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com> wrote: > The plugin references only "jQuery" as a global variable, $ is defined > as a local variable. See > alsohttp://docs.jquery.com/Plugins/Authoring#Custom_Alias_in_plugin_code > > Jörn > > On Sat, Apr 18, 2009 at 11:30 PM, steve <steveb...@gmail.com> wrote: > > > 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