how to return jquery ajax data to a string?
code like this
var data=$.get("e/as/ajax-dialog.php?do=member", function(data){
return data;
}); alert(data); ==> [object]
[object] is not what I want
I want the ajax callback html code to data[string].. please help me
thinks a lot
////////////////////////// update ////////////////////////////////////////
My idea is wrong, thank you...