data: { name: 'John', location: 'Boston' }
- Richard

On Thu, Oct 15, 2009 at 7:27 AM, Rupak <rupakn...@gmail.com> wrote:

>
> Hi all
> I am new to wordpress.I am using  $.ajax
>
> $.ajax({
>   type: "POST",
>   url: "some.php",
>   data: "name=John&location=Boston",
>   success: function(msg){
>     alert( "Data Saved: " + msg );
>   }
>  });
>
> But it will convert  "&" into "&#038".
>
> can any one tell me how to fixed this.

Reply via email to