Click here to Skip to main content
16,017,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Now I have Single slideshow with pagination using slides.jquery.min.js
<div class="container">
                    <div id="example" style="float: left; padding-removed 25px;">
                        <div id="slides">
                            <div class="slides_container">
                                <a>
                                    <img src="../Images/large-banner-10000-offer.jpg" alt="ICICI" height="400px" width="1000px" /></a>
                                <a>
                                    <img src="../Images/large-banner-car-home-loans.jpg" alt="ICICI" height="400px" width="1000px" /></a>
                                <a>
                                    <img src="../Images/large-banner-manage-ba-imobile.jpg" alt="ICICI" height="400px"
                                        width="1000px" /></a> <a>
                                            <img src="../Images/large-banner-pockets-stay-helpful-with-bms.jpg" alt="ICICI" height="400px"
                                                width="1000px" /></a>
                            </div>
                        </div>
                    </div>
                    <!--panel bottom div close-->
                </div>



I need to place two image slide shows one after the another immediately .

Is it possible?

Please explain.
Posted
Updated 5-Jan-14 19:31pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900