Modify ↓
Ticket #2842 (closed bug: fixed)
missing url in $.ajax fails (instead of using the current url)
| Reported by: | onetimeaccount | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ajax | Version: | 1.2.3 |
| Keywords: | url .ajax | Cc: | |
| Blocking: | Blocked by: |
Description
http://docs.jquery.com/Ajax/jQuery.ajax#toptions says the "default" is the current page.
What I got is "s.url is undefined jquery.js (line 2630)" in firefox 3 alpha 5
safari 3.1.1 similar.
no further testing by me.
jquery version = 1.2.3
Attachments
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.


Indeed, this is not as documented, will look into it.