[jQuery] Re: Request for comments on code snippet.

2007-11-01 Thread Klaus Hartl
On Nov 1, 2:21 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > >i've just started using jQuery, and I'm having lots of fun. > > >I have the following code snippet. What it does is looks for all > >instances of a true and false and replaces the > >content with an image of a tick and cross. >

[jQuery] Re: Request for comments on code snippet.

2007-11-01 Thread Dan G. Switzer, II
>i've just started using jQuery, and I'm having lots of fun. > >I have the following code snippet. What it does is looks for all >instances of a true and false and replaces the >content with an image of a tick and cross. > >The snippet is > > $("td").each(function(){ >