49
| <![CDATA[<script type="text/javascript">
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
;jQuery(function() {
var simpleAccessKeys = new SimpleAccessKeys({"debug":1,"selector":"ul li a","exclusion":"INPUT TEXTAREA","reserved":[""],"forced":[{"title":"Home","accessKey":"h"}],"decoration":"<em class=\"accesskey\">%s<\/em>","showLegend":"0","legendSelector":"","legendButtonText":"Keys","legendTitle":"Access Keys for Keyboard Navigation","legendSubTitle":"List of access keys: press the key to go to the page.","copyright":"<div class='copyright'>Powered by <a href='https:\/\/www.fasterjoomla.com\/extensions\/simple-accesskeys-accessible-navigation' target='_blank'>Simple AccessKeys<\/a> © 2018 <a href='https:\/\/www.fasterjoomla.com' target='_blank'>fasterjoomla<\/a>.<\/div>"});
});
</script>]]>
|
58
| <![CDATA[<script type="text/javascript">
function MobileRedirectUrl(){
window.location.href = document.getElementById("yt-mobilemenu").value;
}
</script>]]>
|
80
| <![CDATA[<script type="text/javascript">
var TMPL_NAME = 'sj_joomla3';
</script>]]>
|
455
| <![CDATA[<script type="text/javascript">
$jsmart(document).ready(function($){
/* Begin: add class pattern for element */
var headerbgimage = 'pattern_h6';
var footerbgimage = 'pattern_1';
if(headerbgimage){
$('#yt_header').addClass(headerbgimage);
$('#yt_slideshow').addClass(headerbgimage);
}
if(footerbgimage){
$('#yt_footer').addClass(footerbgimage);
$('#yt_spotlight2').addClass(footerbgimage);
}
/* End: add class pattern for element */
});
</script>]]>
|
472
| <![CDATA[<script type="text/javascript">
$jsmart(function($){
// back to top
$("#yt-totop").hide();
$(function () {
var wh = $(window).height();
var whtml = $(document).height();
$(window).scroll(function () {
if ($(this).scrollTop() > whtml/10) {
$('#yt-totop').fadeIn();
} else {
$('#yt-totop').fadeOut();
}
});
$('#yt-totop').click(function () {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
// end back to top
});
</script>]]>
|