Hi,
For the needs of a page script, I need to use the 1.6.4 jquery min library, which I call from html.tpl.php.
Unfortunately, it conflits with the native jquery/ajax used in Views UI, which means bugs + I am unable to drag-drop in the interface of Views.
Is there a way to avoid this conflict, e.g. by conditioning the 1.6.4 jquery call to overlay=no ?
Thanks!
Max

Comments

morleti’s picture

Same problem. For my purpose i use jquery-1.7.2.min.js and some custom jquery script and have permanent conflict with Ajax loading in Views Ui and in Colorbox. Any help would be highly appreciated!

morleti’s picture

Solved the problem. I’ve unabled jquery-1.7.2.min.js and my script is working decently with drupal jquery library.

dawehner’s picture

Views javascript code was developed against the jquery version which is in drupal core.

If you want to have some kind of way to use jquery 1.7 you could go with the jquery update module and try to replace the javascript file of views by your own which works with you desired version of jquery.

morleti’s picture

Thank you, dawehner! It's a kind of 'dirty' decision, um? :) I run into this one http://drupal.org/project/jqmulti and it seems quite appropriate for extraordinary purposes with the older versions of jQuery library.

dawehner’s picture

Status: Active » Fixed

Well drupal decided to use a certain jquery version one day so you either live with that or live with the consequences to change it, though i have no experience in jqmulti.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.