PluginProbe
Property Hive / 1.4.61
Property Hive v1.4.61
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
propertyhive / assets / js / flexslider / jquery.flexslider.init.js

jquery.flexslider.init.js in Property Hive 1.4.61, at assets/js/flexslider/jquery.flexslider.init.js

26 lines 592 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(window).load(function() {
2 ph_init_slideshow();
3 });
4
5 function ph_init_slideshow()
6 {
7 // The slider being synced must be initialized first
8 jQuery('#carousel').flexslider({
9 animation: "slide",
10 controlNav: false,
11 animationLoop: false,
12 slideshow: false,
13 itemWidth: 150,
14 itemMargin: 5,
15 asNavFor: '#slider'
16 });
17
18 jQuery('#slider').flexslider({
19 animation: "slide",
20 controlNav: false,
21 animationLoop: false,
22 slideshow: false,
23 sync: "#carousel",
24 smoothHeight: true
25 });
26 }