I have Visual Studio 2008 Pro. SP1 and Hotfix
KB958502 - JScript Editor support for “-vsdoc.js” IntelliSense doc. files
installed, but still no intellisense Support is available in VS2008.
<script type="text/javascript" src="Scripts/jquery-1.6.1.js">
$("#TextBox1").
</script>
I'm NOT sure but shouldn't a tag should have EITHER a 'src' or inline content but not both?
Your code has them both.
Maybe this would work:
<script type="text/javascript" src="Scripts/jquery-1.6.1.js"></script>
<script type="text/javascript">
$("#TextBox1").
</script>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With