Open madtrick opened 11 years ago
It's because Tag-it! use curCSS wich was remove from jQuery on 1.8 so if you use any jQuery version higger than that... Tag-it! is not going to work. A workaround could be to load jQuery 1.7.x and use $.noConflict (http://blog.nemikor.com/2009/10/03/using-multiple-versions-of-jquery/)
Hi,
I want to use the jquery tag-it plugin but I don't want to have an external dependency on a resource hosted by a third party as is the jquery-ui.css file that you suggest in the README file (
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/flick/jquery-ui.css">
)That's why I download the last version, 1.10.3, of the jquery-ui-themes. But using the flick theme from that version breaks the apperance of the tag-it plugin. As an example I attach some screeshots:
A quickfix was to downgrade the version of the jquery-ui-themes to 1.10.2.