I am trying to use jquery GET functionality to load the value from the external page to a variable
var cbname = $.get('/getname.php','name='+item.f);
alert(cbname);
but in alert it is bringing me an object object
Can anyone guide what is the best approach to do this: