[jQuery] Getting start
[jQuery] Getting start
Hi guys,
I'm new to JQuery, I tried to make it to work but sounds nothing, I've
already downloaded JQuery library (http://code.google.com/p/jqueryjs/
downloads/detail?name=jquery-1.3.2.js) and putted it in the
appropriate folder and then I referenced to it, here's what I did:
<head>
<script type="text/javascript" src="../Scripts/jquery.js" ></script>
<script type="text/javascript">
$(document).ready(function(){
alert("test");
});
</script>
</head>
it doesn't get to work, I got headache, hours of dealing with it.
any help would be appreciated...
and I was wondering if anyone could tell me how to use Documentation
for Visual Studio (http://code.google.com/p/jqueryjs/downloads/detail?
name=jquery-1.3.2-vsdoc2.js), One thing which I had in mind didn't
work, I was to use it in place of standard library actually in hope
that it gets to work but Visual Studio Intellisense didn't get
affected by this way.