Skip to main content

Bug Tracker

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 john comment:1

milestone: 1.1a1.1
priority: blockermajor
resolution: → worksforme
status: newclosed
version: 1.1a1.1

I just tested this, and it works fine for me:

$.post( "test.cgi", { p: "50% of 100%!" } );