Revisions
-
ajmalafif revised this gist
Jan 20, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ More on it [here:http://stackoverflow.com/questions/9570580/how-to-show-the-next ## Custom HTML for Next/Previous [https://github.com/markirby/FlexSlider-ManualDirectionControls](https://github.com/markirby/FlexSlider-ManualDirectionControls) ##Lettering.js [https://github.com/davatron5000/Lettering.js](https://github.com/davatron5000/Lettering.js) -
ajmalafif revised this gist
Jan 20, 2013 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,7 @@ More on it [here:http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider](http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider) ## Custom HTML for Next/Previous [https://github.com/markirby/FlexSlider-ManualDirectionControls](https://github.com/markirby/FlexSlider-ManualDirectionControls) #Lettering.js [https://github.com/davatron5000/Lettering.js](https://github.com/davatron5000/Lettering.js) -
ajmalafif revised this gist
Jan 20, 2013 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ ## Click to slide More on it [here:http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider](http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider) ## Custom HTML for Next/Previous [https://github.com/markirby/FlexSlider-ManualDirectionControls](https://github.com/markirby/FlexSlider-ManualDirectionControls) -
ajmalafif revised this gist
Jan 20, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ More on it [here:http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider](http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider) -
ajmalafif revised this gist
Jan 20, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ More on it [here:](http://stackoverflow.com/questions/9570580/how-to-show-the-next-slide-when-you-click-on-the-image-in-flexslider) -
ajmalafif created this gist
Jan 20, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ $(window).load(function() { $('.flexslider').flexslider({ directionNav : false, animation: "slide", start: function(slider) { $('.slides li img').click(function(event){ event.preventDefault(); slider.flexAnimate(slider.getTarget("next")); }); } }); });