Example #1
0
<?php

UIPacksLoader::Fancybox();
UIPacksLoader::Codaslider();
?>
<script>
window.forgotPassword = "******";

$('#featuresPage').attr('href','#features');
$('#faqPage').attr('href','#faq');
$('#aboutPage').attr('href','#about');

$(function(){
    if(window.location.search.indexOf('features') != -1){
        $('[data-tab=features]').show();
    }
    if(window.location.search.indexOf('about') != -1){
        $('[data-tab=about]').show();
    }
    if(window.location.search.indexOf('faq') != -1){
        $('[data-tab=faq]').show();
    }
});

$(".buttonsHome .takeatour, .see-more").fancybox({
    'width'					: 953,
    'height'				: 630,
    'scrolling'				: 'no',