Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2012 at 09:28 UTC
Updated:
11 Aug 2012 at 23:11 UTC
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
Comment #1
morleti commentedSame 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!
Comment #2
morleti commentedSolved the problem. I’ve unabled jquery-1.7.2.min.js and my script is working decently with drupal jquery library.
Comment #3
dawehnerViews 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.
Comment #4
morleti commentedThank 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.
Comment #5
dawehnerWell 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.