66
| <![CDATA[<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
$("a.fancybox-button").fancybox({
//padding: 0,
//fitToView : false,
helpers : {
title : { type : 'inside' }, // options: over, inside, outside, float
buttons : {}
},
afterLoad : function() {
this.title = '<b class="fancyboxCounter">Imagem ' + (this.index + 1) + ' de ' + this.group.length + '</b>' + (this.title ? ' | ' + this.title : '');
}
});
});
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
jQuery(document).ready(function(){
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
jQuery(document).ready(function($) {
$('.navigation-toggle-172').sidr( {
name : 'sidr-main',
source : '#sidr-close, #gruemenu',
side : 'left',
displace : false
} );
$('.sidr-class-toggle-sidr-close').click( function() {
$.sidr( 'close', 'sidr-main' );
return false;
} );
});
jQuery(window).touchwipe({
wipeLeft: function($) {
// Close
$.sidr('close', 'sidr-main');
},
wipeRight: function($) {
// Open
$.sidr('open', 'sidr-main');
},
preventDefaultEvents: false
});
/*=== EASY GOOGLE ANALYTICS : START TRACKING CODE ===*/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-65592823-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
/*=== EASY GOOGLE ANALYTICS : END TRACKING CODE ===*/
</script>]]>
|