How to check Jquery UI loaded or not?

 // Checking if jQuery UI is loaded or not
        if ($.ui) {

             // jQuery UI is loaded
         } else {
             // jQuery UI is not loaded
         } 

No comments:

Post a Comment