народ подскажите
пишу так
function initialize2() {
var autoM;
$.ajax({
url: "auto_data_JS.php",
dataType: "json",
type: "GET",
success: function(i){
autoM=i;
},
error: function(i){
}
})
console.dir(autoM);
}
jQuery(document).ready(function(){
jQuery('#b1').click(function(){
initialize2();
return false;
})
});
В Итоге autoM undefined