-------- Original-Nachricht --------
Datum: Tue, 07 Nov 2006 11:25:35 +0100
Von: Christian Bach <[EMAIL PROTECTED]>
An: "jQuery Discussion." <[email protected]>
Betreff: Re: [jQuery] New jQuery plug - selectBox
> Brandon Aaron wrote:
> > This looks like a really good start. I would definitely consider
> > adding in the keyboard events! Beware of using the '$' instead of
> > 'jQuery' within plugins.
>
> I sure will, thought i excluded the use of $ but i guess i was wrong.
Or use Mike's "hack", that is:
(function($) {
// put your code here and use $ as much as you like
})(jQuery);
You get a nice private scope as a bonus :-)
--
Jörn Zaefferer
http://bassistance.de
--
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/