#10126 closed bug (invalid)
but in ajax function
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I find bug in a $.ajax function. Just try load a this code on any page:
$.ajax({'url':'/advertisements/'});
This URL has error.. I find this error in 1.5.2 and 1.6.2 jQuery versions.
Please, fix this bug: my site uses this url..)
Change History (4)
comment:1 Changed 11 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 11 years ago by
You not understand me!
Try execute this code on any page:
$.ajax({'url':'/advertisements/'});
If using this URL ("/advertisements/"), ajax is not working!
If try use a $.ajax({'url':'/advertisementss/'}), funciton works fine!
See example: http://jsfiddle.net/sajid/GFu5Z/
comment:3 Changed 11 years ago by
I find this bug in Firefox 6, Linux (Mint). In Google Chrome test works fine.
Note: See
TracTickets for help on using
tickets.
Seems to work fine: http://jsfiddle.net/timmywil/v7NUB/
If the bug can be reproduced, please provide a reduced test case.