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
$(".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
2 matches
Mail list logo