Getting error to pass # in query string value
Posted
by Pankaj
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj
Published on 2010-06-15T19:26:58Z
Indexed on
2010/06/15
19:32 UTC
Read the original article
Hit count: 383
jQuery
I am getting jquery error when i am passing # contain
var url = "/CheckVol/SaveItem?status=" + status + "&name=" + name ;
$.post(url, function(data) {
});
here name contain 'my name # pankaj # lohani # india' , which is creating error.
© Stack Overflow or respective owner