Easy Slider Jquery Plugin?

I see a couple of issues. The first is that you are using the wrong version of easySlider. It looks like you are using the older version instead of the newer 1.7 version: cssglobe.com/post/5780/easy-slider-17-nu....

I see a couple of issues. The first is that you are using the wrong version of easySlider. It looks like you are using the older version instead of the newer 1.7 version: cssglobe.com/post/5780/easy-slider-17-nu... You also have multiple copies of both the accordion and easyslider JavaScript file in your page: There is no need for both, you need to pick one or the other: Another problem is that you have 2 sets of prev/next buttons and they each have the same Id value.

You should create unique Id values and then use the prevId and nextId features of easyslider to select the correct ones: About buttons: Work buttons: New jQuery code: $("#slider"). EasySlider({ prevId: 'aboutPrevBtn', nextId: 'aboutNextBtn', continuous: true, controlsShow: false }); $("#workcase"). EasySlider({ prevId: 'workNextBtn', nextId: 'workPrevBtn', controlsShow: false }); Notice how the controlsShow option is used to hide the default controls of easySlider.

Thanks a lot :) – Harsha M V Apr 15 at 8:09.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions