I am using the jQuery UI components but having some problems. If I try and do something simple like $("#mydiv").draggable() I get an error message "Microsoft JScript runtime error: Object doesn't support this property or method".
The jQuery UI seems to be loaded because I put a alert() in the js file it contains (see code) and the alert is displayed. I am really stuck on this.
;jQuery.ui || (function($) {
var _remove = $.fn.remove,
isFF2 = $.browser.mozilla && (parseFloat($.browser.version) < 1.9);
alert("jquery.ui.loading"); //
//Helper functions and ui object
$.ui = {
version: "1.7.2",
Are you using some other javascript libraries at the same time? It might be other libraries also using the $ shortcut and it gets your $ not referencing jquery anymore.
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