Open mutazmq opened 11 years ago
This seems like it is a problem with new versions of JqueryUI, as I just received this error upon updating to the latest version of jquery ui. I am doing to do some investigation on whether this is fixable! I will let you know...
Ah yes... silly mistake on my part: I have to load scripts via https, and was pointing at a http cdn.
+1. I'm getting the same error on a new Rails app since the jquery-rails gem is pretty fresh.
Getting this error in WordPress admin panel for a plugin I'm trying to implement. It doesn't seem to be playing very nicely with the latest version of jQuery UI
I'm getting
Uncaught Error: Runtime error in tag-it (/static/lib/js/tag-it.js) on line NaN: Object function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced' return new jQuery.fn.init( selector, context, rootjQuery ); } has no method 'widget'
I included jquery ui /* jQuery UI - v1.9.2 - 2012-11-23 */ The latest download from tag-it
Thanks