Opened 15 years ago
Closed 15 years ago
#1472 closed bug (invalid)
Error while loading the page
Reported by: | anu_baj | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
In one of my application I m using few features like animations of jquery. I just included the jquery.js file as <script src="<%=Globals.AppPath%>/Scripts/jquery.js" type="text/javascript"></script> in my aspx.net page.. when page is loaded I m getting javascript error. "Error on page" and description says member not found. not sure which member is not found. but fading feature is working fine.Can you help me on this....
Note: See
TracTickets for help on using
tickets.
It sounds like the URL being reference isn't pointing to a valid JavaScript file (it may be an HTML page instead).