I got error message what I try to add new filed to views fields section

Uncaught TypeError: 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 'curCSS'

Comments

qwertmax’s picture

seems like we have to update jQuery Update module and upload newer version of jQuery UI

VladimirAus’s picture

jQuery 1.8 removed deprecated curCSS style.
Downgrade jQuery Update's jQuery version to 1.7 to fix it.

qwertmax’s picture

what if update (rewrite) js and make it compatible with later jQuery version?

markhalliwell’s picture

Status: Active » Closed (duplicate)
Related issues: +#1947438: Update jQuery UI to the latest version (1.10.2)

Use the dev version of jquery_update for now.

markhalliwell’s picture