Remove the @ symbol. It's use has been deprecated for the past few
releases and has now been removed.

http://docs.jquery.com/Release:jQuery_1.3#Changes

Karl Rudd

On Wed, Mar 11, 2009 at 1:56 PM, Plant More Tree <markth...@gmail.com> wrote:
>
>
> Hi guys,
>
>    I upgraded to 1.3.2 from 1.2.6 and the following stop working:
>
> $("inp...@type=checkbox]").each(function(i, item) {
>
> });
>
> where I have almost spent an hour to diagnose it. Hence, I change to the
> following then it works :
>
>
> $("#form1 :checkbox").each(function(i, item) {
>
> });
>
> hope this may help someone out there
>
> regards,
> Mark Thien
> Menggaris | The Technology Buddy
> markt |@| menggaris.com
> --
> View this message in context: 
> http://www.nabble.com/Jquery-1.3.2-bug-in-getting-checkbox-.....-maybe-tp22447984s27240p22447984.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
>
>

Reply via email to