11
| <![CDATA[<script type='text/javascript'>
$(function () {
$('#gallery a').lightBox();
});
</script>]]>
|
360
| <![CDATA[<script>
//rolar barra até o elemento
window.location.href='#main';
</script>]]>
|
365
| <![CDATA[<script type='text/javascript'>var _userway_config={position: '1', size: 'small', language: 'pt-BR', color: '#E96B56', type: '1', mobile: true, account: 'eHJPCxSUKA'};</script>]]>
|
378
| <![CDATA[<script type="text/javascript">
//FUNCTION TO GET AND AUTO PLAY YOUTUBE VIDEO FROM DATATAG
autoPlayYouTubeModal();
//FUNCTION TO GET AND AUTO PLAY YOUTUBE VIDEO FROM DATATAG
function autoPlayYouTubeModal() {
var trigger = $("body").find('[data-toggle="modal"]');
trigger.click(function () {
var theModal = $(this).data("target"),
videoSRC = $(this).attr("data-theVideo"),
videoSRCauto = videoSRC;
$(theModal + ' iframe').attr('src', videoSRCauto);
$(theModal + ' button.close').click(function () {
$(theModal + ' iframe').attr('src', videoSRC);
});
});
}
</script>]]>
|