On Fri, Nov 27, 2009 at 1:47 PM, Scott Sauyet <scott.sau...@gmail.com>wrote:
> 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 > >> What does "a.#hide" mean? Shouldn't that just be "a#hide", or better, yet, "#hide"? Yes, you are correct. I have changed it ti #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? Ok, i took away the tr and td's, but, it still doesn't work.