[jQuery] Re: Modifying tooltip.js (bassistance.de)

2009-04-18 Thread steve
Thanks Jorn, appreciate the quick helpful response. On Apr 18, 4:13 pm, Jörn Zaefferer 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 1

[jQuery] Re: Modifying tooltip.js (bassistance.de)

2009-04-18 Thread Jörn Zaefferer
The plugin references only "jQuery" as a global variable, $ is defined as a local variable. See also http://docs.jquery.com/Plugins/Authoring#Custom_Alias_in_plugin_code Jörn On Sat, Apr 18, 2009 at 11:30 PM, steve wrote: > > Didn't know if there was an easy way to do a replace-all, to > accomp