You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please help me.im new to this i need this badly on my website, but i have no idea how to install it. i have downloaded
the
agile_carousel.alpha.js
agile_carousel.css
agile_carousel_data.php
i dont know wat to do next plz help
The text was updated successfully, but these errors were encountered:
It's a pity that this great plugin cannot work with content on page (by default) but it requires some strange JSONified HTML. Here is a workaround for this: jQuery(function() { var data = []; jQuery(".carouselItem").each(function() { data.push({content:jQuery(this).html()}); }); $(".content").agile_carousel({ carousel_data: data, carousel_outer_height: 300, carousel_height: 300, slide_height: 230, carousel_outer_width: 938, slide_width: 938, transition_time: 300, timer: 4000, continuous_scrolling: true, control_set_1: "numbered_buttons", no_control_set: "hover_previous_button,hover_next_button" }); });
please help me.im new to this i need this badly on my website, but i have no idea how to install it. i have downloaded
the
agile_carousel.alpha.js
agile_carousel.css
agile_carousel_data.php
i dont know wat to do next plz help
The text was updated successfully, but these errors were encountered: