DevEdge
Diese Site durchsuchen
Navigation
Home
.htaccess
robots.txt
CSS
JavaScript
jQuery
jQuery UI
Perl
PHP
Python
Ruby
MySQL
Objective-C
Swift
Google Apps Script
Google Mail
Google Text & Tabellen
Google Custom Search Engine
Google Places API
Blogger
Zendesk
CodeIgniter
phpBB
Mac OS X
Tabellenkalkulation
Impressum
Google+
jQuery
>
Ajax
>
Ajax-Request synchron durchführen
Möchte man einen Ajax-Request mit jQuery synchron durchführen, kann man dies über
$.ajaxSetup
wie folgt festlegen:
$.ajaxSetup({
async:false
});