Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
tp-education
/
assets
/
js
/
unminified
:
tp-education-custom.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
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(); }); });