ui tabs ajax mode

ui tabs ajax mode


Hi.
I' using ui tabs in ajax mode. The problem is that some characters
like the '%' that im sending in a parameter is not displaying.
I'm using it for returning all values in a sql query. Everithing is ok
if i send 1,2,3,... but if i need to send the % ... the query don't
return the desired results, because the character dont display.
It is something about the GET/POST . I've noted that is GET by
default , how can i fix this.