开发者

drupal 6 - best jquery version that works?

开发者 https://www.devze.com 2023-02-28 17:41 出处:网络
im starting a project in drupal 6 and i want to know what is the highest version i can use of jquery in the project? i did some upgrades with the jquery_update module but its seems to make troubles ,

im starting a project in drupal 6 and i want to know what is the highest version i can use of jquery in the project? i did some upgrades with the jquery_update module but its seems to make troubles , and alot of more troubules with jquery_ui

have anyone managed to update the jquery version with druapl? if so, how and what the highest version its worked without any开发者_如何学C problems..?


This is a complete step-by-step, tested and user confirmed guide to get jquery-ui version 1.7.3 working. From start to finish.

http://blog.houen.net/drupal-jquery-ui-complete-guide/


Common gotcha with the jquery ui module is failing to add the symbolic link within the module directory to the jquery ui library itself. If you download the full jquery ui bundle to sites/all/libraries, you need to do this:

cd /path/to/sites/all/modules/jquery_ui
ln -s ../../libraries/jquery_ui/development-bundle jquery.ui

I suspect this is your problem!

0

精彩评论

暂无评论...
验证码 换一张
取 消