lukassmida
5/31/2015 - 8:18 PM

jQuery UI code snippets

jQuery UI code snippets

/* Test if jQuery UI is loaded */
if (typeof jQuery.ui != "undefined") {
  alert("jQuery UI is loaded!");
} else {
  alert("Error loading jQuery UI.");
}