Side navigation
#857 closed bug (worksforme)
Opened January 21, 2007 07:23PM UTC
Closed January 22, 2007 02:48AM UTC
Last modified June 19, 2007 09:40AM UTC
when use of ajax, jquery can not encode "%".
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | ajax | Version: | 1.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
when use of ajax, jquery can not encode "%".
Attachments (0)
Change History (1)
Changed January 22, 2007 02:48AM UTC by comment:1
| milestone: | 1.1a → 1.1 |
|---|---|
| priority: | blocker → major |
| resolution: | → worksforme |
| status: | new → closed |
| version: | 1.1a → 1.1 |
I just tested this, and it works fine for me:
$.post( "test.cgi", { p: "50% of 100%!" } );