hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

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

Open mutazmq opened 11 years ago

mutazmq commented 11 years ago

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

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

mandersondesign commented 11 years ago

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

preston commented 11 years ago

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

DevinWalker commented 11 years ago

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