[jQuery] Re: Modifying table cell text

2008-07-02 Thread P
Thank you! Problem solved. On Jul 2, 5:41 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > $(".highest-rated td.rating").each(function() { >   var rating = $(this).text(); >   $(this).html(''); > > }); > > - Richard > > On Wed, Jul 2, 2008 at 11:02 AM, P <[EMAIL PROTECTED]> wrote: > > > I have

[jQuery] Re: Modifying table cell text

2008-07-02 Thread Richard D. Worth
$(".highest-rated td.rating").each(function() { var rating = $(this).text(); $(this).html(''); }); - Richard On Wed, Jul 2, 2008 at 11:02 AM, P <[EMAIL PROTECTED]> wrote: > > I have a table that looks like this: > > -- > > > > >Lorem ipsum > Audio > 3 > > >Foo > V