singlepage ajax request give back error
Permalink
Hello everybody,
i try to get a ajax request from a single page! but only an error occures.
the firefox netzanalysis shows as answer the full html document.
controller method:
Ajax request (SinglePage)
i dont know where is the problem!
sry for the bad english.
i try to get a ajax request from a single page! but only an error occures.
the firefox netzanalysis shows as answer the full html document.
controller method:
Ajax request (SinglePage)
$.ajax({
type : 'post',
url : "<?php $this->action("get_fieldtyp_request"); ?>",
dataType: 'json',
success : function(rs){
console.log('success');
},
error : function(){
console.log("error");
}
});i dont know where is the problem!
sry for the bad english.
It will definitely work.