I'm not that deep with php and jquery yet, so I was wondering how do add a jquery plugin to a theme?

I was planning to add a jquery plugin slideshow instead of a flash, is it possible?

thanks

Comments

nevets’s picture

If you search under downloads >> modules for "slideshow" you will find a number of modules that provide that sort of functionality

ultrajet’s picture

Thanks, but I was actually hoping to hard code it to avoid modules. Because the website I'm using is a bit weak in the processing power.

andrea_london’s picture

on the theme .info file you should be able to add the JS file you'd like to use and then arrange you html/theming function properly
Hope it helps.
Ciao

ultrajet’s picture

It did. Thanks.