drupal and jQuery

ganjasensation0098

New Member
Messages
36
Reaction score
0
Points
0
Hi guys. Please help me with my problem in drupal. I just want to integrate jQuery but it seems it so hard for me to find any solutions.. please help.. Thanks..
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Hi ganjasensation0098,
http://drupal.org/patch/apply

If you open the patch in a text editor, it should show the name of the file it is to modify in the information at the top of the file.

Good luck
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
Add the following into the header:

Code:
<script type="text/javascript" language="JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" />



Hi ganjasensation0098,
http://drupal.org/patch/apply

If you open the patch in a text editor, it should show the name of the file it is to modify in the information at the top of the file.

Good luck

?

~Callum
 
Last edited:
Top