I just want it to be at a standard place. Thank You
views:
24answers:
2
A:
There's not a single place to put it, but common ones are:
- Inside a folder in your custom module.
sites/all/libraries
- In your theme's js folder
googletorp
2010-07-29 13:30:29
+4
A:
jQuery 1.2.6 is already included in Drupal, so you don't need to add that yourself. If you need a newer version of jQuery, I recommend jQuery Update.
To maintain jQuery plugins, you can indeed put them in a folder you like (I would choose sites/all/libraries) or you can consider the jQuery plugin module.
marcvangend
2010-07-29 14:04:13