Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2959 Zobrazení

js 

$.ajax({
url: returnURL()+'/andy_web_file/andy_web_file/userlogin',
type: 'POST',
data: data,
dataType: 'JSON',
cache: false,
processData: false,
contentType: false
})

How to write Controller???


Avatar
Zrušit