Modify ↓
Ticket #4987 (closed bug: fixed)
wrong url building in case we have a hash
| Reported by: | Shahen Shabunc | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4.3 |
| Component: | ajax | Version: | 1.4.2 |
| Keywords: | hash, get | Cc: | |
| Blocking: | Blocked by: |
Description
if we have a hash in the url we want to pass to $.get, get parrams we'll be serialized incorrectly:
document.location.hash = "test"; jQuery.get(document.location.href,{wrong_get:"shouldn't_be_there"});
http://dev.jquery.com/report#test?wrong_get=shouldn%27t_be_there
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.
