Possible Duplicate:
Testing if jQueryUI has loaded
How to check if the jQuery UI extension library to jQuery is loaded on the page?
if (typeof jQuery.ui !== 'undefined') ...
Should work.
See also this SO post.
Can check:
$.ui
Or get the version:
$.ui.version
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With