Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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....
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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).