Sébastien schrieb: >> It should pretty easy to add it, especially after the refactoring I >> did after 1.0.3. >> >> I created a bug report (http://jquery.com/dev/bugs/bug/367/), but >> would delay it for 1.1. >> > > Thanks :) > > I could implement the solution for this bug easily, but as I've not > contributed to jQuery so far, I don't really know how to proceed. > The simplest input would be code snippets posted here or in the bug tracker (encoded with {{{ ... }}} for the wiki).
More helpful, with bigger and well tested modifications, are "patches". You check out the source from SVN, modify it, and create a patch with your svn client. You can post the content of that patch file or the file itself. Or, if you contributed a lot in the above ways, you could get a SVN account that allows you to commit directly to the repository. In this case, simply reporting the problem is quite fine. -- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
