File "tp-education-custom.js"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/tp-education/assets/js/unminified/tp-education-custom.js
File size: 586 bytes
MIME-type: text/plain
Charset: utf-8

jQuery(document).ready(function($){

    /*------------------------------------------------
                    TABS
    ------------------------------------------------*/
    $('ul.tabs.tp-education-search-tabs li').click(function() {
        var tab_id = $(this).attr('data-tab');

        $('ul.tabs.tp-education-search-tabs li').removeClass('active');
        $('.tab-content').removeClass('active');

        $(this).addClass('active');
        $("#"+tab_id).addClass('active');
    });

    $(function() {
        $( ".datepicker" ).datepicker();
    });

});