[jQuery] starter
[jQuery] starter
respected seniors
i found out jquery on my way to something else and realised how great
it is n decided to start learning it.
i have just written my very first code with jQuery but it doesnt seem
to work:
<html>
<head>
<title>tut1</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$("a").click(function(){
$(this).hide("slow");
return false;
});abc
</script>
</head>
<body>
Click <a href="http://www.yahoo.com">here</a>
</body>
</html>
jquery.js is in the same folder as this file. There is no other file
in the folder. I am using IE7.
Please Help. I cant wait to get started...
Regards
iPhenom