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."); }