Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

In my website. I want to use dashboard, 5 images shows in front side with some information about images in below of images. and it have two buttons right and left side, when click on right or left button images will be change with information according to button command(left or right).

< |Firstimage| |secondimage| |thirdimage| |fourthimage| |fifthimage| >


when we click on right arrow (>) then all image shift accordingly,. like firstimage changed with second image and fifth image to sixthimage.


Please help me.

Thanks
Shubham Gupta
Posted
Updated 12-Aug-15 22:43pm
v2
Comments
Sergey Alexandrovich Kryukov 13-Aug-15 3:03am    
Sorry, this is not a question. Please create as many as you want, from the sides you want — you got my permission.
—SA
deepankarbhatnagar 13-Aug-15 3:40am    
So what is the problem... what error comes in your coding...
Member 11449483 13-Aug-15 4:46am    
sorry sir, i have no idea to do this, please help me.

i have updated my question, and please review again my requirement, and help me please.

Thanks
Shubham Gupta
Member 11449483 28-Aug-15 2:14am    
using your solution , it is working fine . but when call javascript function on pageload(). it set the images in its starting palce.

function pageLoad()
{
$(function () {
$('#mycarousel').jcarousel();
});
}

1 solution

 
Share this answer
 

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