> Authoring guidelines say "Always use jQuery instead of $ inside your > plugin code - that allows users to change the alias for jQuery in a > single place." Does this mean only the first line jQuery.fn... or > should also extend be jQuery.extend()?
That means everywhere inside. So if you did $.extend() you should do jQuery.extend() instead. --John _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/