| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 4
|
Javascript / Jquery amateur help ?
I need help for jquery / Javascript , i have a silly question . If i want to use 2 or more plugins for Jquery everyone of them needs to be triggered through the <script> tag inside the <head> how can i do this add those scripts together and make them work ? (ofcourse after linking them ) for example i`m using these Jquery form plugin & a twitter plugin the form plugin needs to add this in the <head> Code:
and this for the twitter plugin Code:
thanks |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jan 2009
Posts: 459
|
You literally just put them both inside the <head> tag. Providing neither of them have any conflicts (maybe something being named the same in each plugin) it should work fine. So its: Code:
|
|
|
|
#3 (permalink) |
|
Whitey
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 7,323
|
Code:
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Apr 2009
Posts: 4
|
I don`t know but it`s not working ? this how it looks now this is shiro way Code:
and this is like doodleflip said Code:
did i made any mistakes ? |
|
![]() |
|