Showing posts with label jquery work. Show all posts
Showing posts with label jquery work. Show all posts

Tuesday, January 20, 2015

jquery slideshow

RESPONSIVE IMAGE GALLERY WITH THUMBNAIL CAROUSEL


Everyone asking for the thumbnails below the image, it was answered several times in the comments.
“change this line
$(‘#img-wrapper-tmpl’).tmpl( {itemsCount : itemsCount} ).appendTo( $rgGallery );
to
$(‘#img-wrapper-tmpl’).tmpl( {itemsCount : itemsCount} ).prependTo( $rgGallery );”
Now, does anyone know how we could add autoplay to the slideshow?


Hi all,
I’ve seen many time people ask if it’s possible to have an automatic slideshow.
I wanted the same thing and I find a way to do it.
In the file gallery.js, in the function _initCarousel add these lines after $esCarousel.elastislide( ‘setCurrent’, current ); (~ line 103) :
window.setInterval(function(){
_navigate( ‘right’ );
}, 5000);
You just have to change 5000 to the value you want.

Monday, January 19, 2015

jQuery Effects

How to create fly to cart / basket effect using jQuery and CSS

http://www.phpgang.com/how-to-create-fly-to-cart-basket-effect-using-jquery-and-css_603.html
http://www.phpgang.com/how-to-create-fly-to-cart-basket-effect-using-jquery-and-css_603.html

http://codepen.io/ElmahdiMahmoud/pen/tEeDn#0
http://easyscript4u.blogspot.in/2014/03/how-to-create-fly-to-cart-basket-effect.html

cart icon with poup

http://codepen.io/Blowup/pen/rysLn

Making a Success Message Show & Hide After a Form Submission


http://www.awmcreative.com/jquery/making-a-success-message-show-hide-after-a-form-submission/


jQuery popup from closing on postback?


http://forums.asp.net/t/1933763.aspx?Prevent+jQuery+popup+from+closing+on+postback+

Flip

A jQuery plugin to flip content with 3D animation

http://www.jqueryrain.com/?xpLojXKl

Popular Posts

Recent Posts

Unordered List

Text Widget