/* # Javascript $ Author: Agência W3Case® */ $(document).ready(function(){ // Slide de Notícias $('#slider').rhinoslider({ effect: 'fade', showTime: 5000, controlsPlayPause: false, autoPlay: true, controlsMousewheel: false, controlFadeTime: 200, showBullets: 'never' }); // Vídeos $('#videos_slide').jcarousel(); // Facebook (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1&appId=430782263621522"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); // Agenda de eventos $('#agenda_itens, #classificados_itens').jcarousel({ vertical: true, scroll: 2 }); // Placeholder for IE if(navigator.appName=='Microsoft Internet Explorer') { //placeholder crossbrowser $('.place_all[placeholder]').each(function(){ var ph = $(this).attr('placeholder') $(this).val(ph).focus(function(){ if($(this).val() == ph) $(this).val('') }).blur(function(){ if(!$(this).val()) $(this).val(ph) }) }) } // Scroll $('.scroll').jScrollPane(); });