On Nov 27, 12:03 pm, Jerry Johnson <jerryhost....@gmail.com> wrote:
> $('a.#hide').click(function()
>         {
>                 $(this).hide();
>         }
> );

What does "a.#hide" mean?  Shouldn't that just be "a#hide", or better
yet, "#hide"?

> <div id='msg'>
> <tr>
> <td style='border-bottom:1px solid #000000;'><b>(2:34:28)</b> Jerry:
> bkgi</td>

What is a table row doing directly inside a DIV?

  -- Scott

Reply via email to