<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("span").click(function(){
$(.comment).hide();
});
});
</script>
<a class=".comment">comment</a>'<br/><span class="comment">•<a style="padding-left:3.5px;" href ="">Comment</a></span><form align="left" id="bring" action="profile.php" method="post" enctype="multipart/form-data" name="blab_from">
<textarea name="blab_field" rows="3" style="width:100%; height:30px;"></textarea>
<input id="bringinput" name="submit" type="submit" value="submit" align="left" />
</form></td>
how can i hide the text & bull comment and make a form with this jquery?
fello source
share