Ticket #3997 (closed bug: worksforme)
Address Rewriting Trailing Slash Bug in IE7
| Reported by: | vejsat | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.2 |
| Component: | unfiled | Version: | 1.3.1 |
| Keywords: | trailing, slash, ie7, url | Cc: | |
| Blocking: | Blocked by: |
Description
Having a valid page url containing a trailing slash (quite common in content managed sites) creates the following error in IE7 when including JQuery :
'Line 1: Error: Syntax Error'
Remove the trailing slash '/' and it works fine.
Here's an example:
This causes the above error: http://www.somedomain.com/orders/
This works fine: http://www.somedomain.com/orders
My content management system can handle either format of url so it's not an issue for me. However, it might cause problems for other people using a CMS which adds a trailing '/' to each URL.
Forgive me if this has been logged already but I'm new to JQuery and thought I should mention it just in case.
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.

This works in ie7 for me without errors:
http://jquery.nodnod.net/cases/66/