Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
67 Points
123 Posts
Mar 01, 2012 04:27 PM|LINK
I tried this but mine is not MVC its simple asp.net application with webforms so url.content is not working in the aspx.page.
I had to use IE as per the project and the eror its showing is that its saying syntax error on line 1 and char 1 in the jquery script file.
but when i check for the same in the file its just commented code.
thanks Wozer for the prompt replies.
if i can reference google api with changing any code how can i do it for my file
<script type="text/javascript" src="../Scripts/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.autocomplete.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.validate.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.maskedinput.js"></script>
<script type="text/javascript" src="../Scripts/Util.js"></script>
justin9
Member
67 Points
123 Posts
Re: Unable to load Jquery files in IIS
Mar 01, 2012 04:27 PM|LINK
I tried this but mine is not MVC its simple asp.net application with webforms so url.content is not working in the aspx.page.
I had to use IE as per the project and the eror its showing is that its saying syntax error on line 1 and char 1 in the jquery script file.
but when i check for the same in the file its just commented code.
thanks Wozer for the prompt replies.
if i can reference google api with changing any code how can i do it for my file
<script type="text/javascript" src="../Scripts/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.autocomplete.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.validate.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.maskedinput.js"></script>
<script type="text/javascript" src="../Scripts/Util.js"></script>