jQuery(document).ready(function () { jQuery('.widget_custom_portfolio_entries_slides').cmsmsResponsiveContentSlider({ sliderWidth: '100%', sliderHeight: 'auto', animationSpeed: 500, animationEffect: 'slide', animationEasing: 'easeInOutExpo', pauseTime: 5000, activeSlide: 1, touchControls: true, pauseOnHover: false, arrowNavigation: false, slidesNavigation: true }); jQuery("#sendTellFriend").click(function(e) { var details = jQuery("#myform").serialize(); jQuery.ajax({ type:"POST", url:"whyus2.cfm", cache:false, data:details, success:function(html) { var i = jQuery("#msg").html(html).text().replace('/\s+/g', ' '); alert(i); } }); }); jQuery("#sbtContactBottom").click(function(e) { var name = $("#form_contact_form").serialize(); location.href = 'touch.cfm?action=contact&' + name; }); jQuery(".testimonials_shadow").mCustomScrollbar({ theme:"light", set_height:380, set_width:231, advanced:{updateOnContentResize: true} }); });