I'm getting the following result through ajax.
row=Shimla|1|http://vinspro.org/travel/ind/
I wanna http://vinspro.org/travel/ind/ from it. I have used find and split function but it is not working . please let me know how I can get it?
var result=$(row).split('|');
alert(result);
chrome showing the following error
Uncaught Error: Syntax error, unrecognized expression: Shimla|1|http://vinspro.org/travel/ind/