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