i have to use jquery for that i m t trying to dwnload jquery but i mnot getting the exact file
frm where i can get this???
2nd question???????????
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
<script src="jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("hidebtn").click(function () {
$(this).hide();
});
});
</script>
</asp:Content>
this is not working i want the dive hide on button click
button id="hidebtn" adn div ="homedata"