views:

24

answers:

2

I just want it to be at a standard place. Thank You

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
+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

related questions