jQuery-Tagit icon indicating copy to clipboard operation
jQuery-Tagit copied to clipboard

Runtime error in tag-it... has no method 'widget'

Open mutazmq opened this issue 12 years ago • 4 comments

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

mutazmq avatar Jan 09 '13 07:01 mutazmq

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...

mandersondesign avatar Jul 22 '13 16:07 mandersondesign

Ah yes... silly mistake on my part: I have to load scripts via https, and was pointing at a http cdn.

mandersondesign avatar Jul 22 '13 16:07 mandersondesign

+1. I'm getting the same error on a new Rails app since the jquery-rails gem is pretty fresh.

preston avatar Jul 29 '13 21:07 preston

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

DevinWalker avatar Sep 27 '13 15:09 DevinWalker