$(document).ready(function() {
$('#ajSlider').ajSlider(3000);
});
where 3000 is the interval between each slide
$(document).ready(function() {
$('#ajSlider').ajSlider(3000,{
"slideshow":"disable", //disable or enable the slideshow
"width":"100%", //width of slider
"height":"100%", //height of slider
"activeBullet":"red", //color of the active bullet
"inactiveBullet":"orange", //color of inactive bullet
"textPosition":"30%", //position of text from top
"textSize":"60px" //font size of the text
});
});
If you wish to help us continue and improve our services
Donate