jQuery Include

GNUCITIZEN stellt eine jQuery include Funktion vor.

Und sieht dann der Einsatz aus:


$.include('http://path/to/script1.js');

$.include('http://path/to/script2.js');

$(document).ready(function () {

	// the files are loaded, so now you can use them...

});

Sehr sinnvoll…

Possibly related posts (automatically generated)