i have a simple question
i have this sample html:

<h3>Headline 2</h3>
<p class="text" >My text......</p>
<p><a href='blog/comments/2' name='comment'>show comments</a></p>

my js is like this:

$('[EMAIL PROTECTED]').oneclick(function(){
    var href=$(this).href();
    $(this).parent().append(load(href));
    $(this).html("hide comments");
    $(this).click(showhideComments);
});

i just want to load my comments behind the a Tag in the <p> tag
but it just shows the the new site
could anyone help me?


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to