Hi, at: http://jerry.hostcule.net/chat/test.html, i have the delete
link, and i want it to fade out the parent div, this is my current
code:

$('a.#hide').click(function()
        {
                $(this).hide();
        }
);

This is the link html:

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

**It is formatted for easy reading

Am i doing anything wrong?
The only thing I can think of is that the new ajax load is overriding
it...

Reply via email to