Bonsoir
L'ordre des chargements est très important, exemple :
"http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
"http://code.jquery.com/jquery-2.0.0b2.js",
"http://code.jquery.com/jquery-migrate-1.1.0.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/i18n/jquery-ui-i18n.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js",
"http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js",
"http://code.jquery.com/color/jquery.color-2.1.1.min.js",
"http://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.0.6/jquery.mousewheel.min.js",
"https://raw.github.com/janl/mustache.js/master/mustache.js",
"https://raw.github.com/jonnyreeves/jquery-Mustache/master/jquery.mustache.js",
"http://danielhagnoul.developpez.com/lib/dvjh/base.js",
"monfichier.js",
Il arrive que deux plugins mal conçus (il n'offre pas les options adéquates) se marchent sur les pieds en utilisant des classes CSS ou des ID portant le même nom. Certains plugins ont des dépendances, ils utilisent d'autres plugins.
Partager