jQuery: The Write Less, Do More JavaScript Library

Ticket #2906 (new bug)

Opened 2 months ago

Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data start with '?' or '%3F' ( '?' entity)

Reported by: skarida Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: ajax
Version: 1.2.3 Keywords: data string
Cc: Needs: Patch

Description

Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data begins with ? or %3F( ? entity). If data string is in different fashion:

a=g&b=G? this is OK

but

a=%3Fg&b=G Ajax submits jsonpUNIXTIMESTAMP in place of "?"

Attachments

Note: See TracTickets for help on using tickets.