Mercurial > hg > MPIWGWeb
comparison js/mpiwg.js @ 271:690d5dea34bd
Merge with d672a6f6c9029a93614d45aa5c0f5e4b977f7a87
author | casties |
---|---|
date | Tue, 30 Sep 2014 13:59:13 +0200 |
parents | 4eddd388d490 |
children |
comparison
equal
deleted
inserted
replaced
267:761869998ad0 | 271:690d5dea34bd |
---|---|
36 }).css('cursor', 'pointer'); | 36 }).css('cursor', 'pointer'); |
37 $slider.find('.slidebutton.next').show().on('click', function () { | 37 $slider.find('.slidebutton.next').show().on('click', function () { |
38 $content.animate({'left':'-='+settings.scrollBy}, 'fast'); | 38 $content.animate({'left':'-='+settings.scrollBy}, 'fast'); |
39 }).css('cursor', 'pointer'); | 39 }).css('cursor', 'pointer'); |
40 }); | 40 }); |
41 | |
42 | |
43 | |
44 }; | 41 }; |
45 }(jQuery)); | 42 }(jQuery)); |
46 | 43 |
47 | 44 |
48 /* experimental function for adding swiping functionallities to the slider */ | 45 /* experimental function for adding swiping functionallities to the slider */ |