Thread: jquery gallery
View Single Post
Old 01-09-2013, 12:48 PM   PM User | #1
edgich
New to the CF scene

 
Join Date: Nov 2012
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
edgich is an unknown quantity at this point
jquery gallery

I've been self learning Javascript and jquery and i know a little bit. I want to put it to practice and create a jquery sliding gallery?

i found the jquery cycle plugin but i cant get it to work.

$(document).ready(init);

function init() {
$(".class").cycle();
}

what is the init Fn , is is a js built in Fn??

Last edited by edgich; 01-09-2013 at 03:17 PM.. Reason: revision
edgich is offline   Reply With Quote