Way to just rain all over my jQuery parade man :). jQuery has made me
a lousy javascript coder. It really feels like a new language with
javascript syntax, not just a javascript library (Prototype, for
example, just feels like a library). Sometimes I forget you don't
always need a $ in front of everything :)

--Erik


On 5/16/07, RobG <[EMAIL PROTECTED]> wrote:



On May 16, 6:45 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote:
> I prefer to use the is() function for this type of thing because I
> think it reads really well:
>
> if($(this).is(':checked')) {

Somewhat more convoluted than:

    if (this.checked) {...}


--
Rob


Reply via email to