[jQuery] Front page link to google stored code

2008-08-27 Thread Zoram
With the code being stored on Google ( http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery ) would it not be beneficial to have that information shown next to the download area so people know that they can link to the version on google's servers. The only time I can think when

[jQuery] Using one namespace for multiple methods

2008-01-09 Thread Zoram
I am working on a plugin and was trying to figure out what was happening to break my code.. I have in my plugin functions similar to the following: $.fn.pluginName = function() {} $.fn.pluginName.oneThing = function () { ... } $.fn.pluginName.anotherThing = function () { ... } I try to