19 Oktober 2013 • Bayu Hendra Winata
Mendeteksi Ajax Request
if (Request::wantsJson())
{
// your beautiful code here...
}
// atau
if (Request::ajax())
{
// your beautiful code here...
}
if (Request::wantsJson())
{
// your beautiful code here...
}
// atau
if (Request::ajax())
{
// your beautiful code here...
}
Kritik, saran, dan tawaran kerja sama atau kolaborasi bisa dikirimkan ke alamat email id.laravel@gmail.com