| Current Path : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/js/ |
| Current File : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/js/home.js |
$(document).ready(function() {
$('.col-schedule').mouseover(function() {
$(this).find('div.hover').show();
$(this).find('div.activated').hide();
});
$('.col-schedule').mouseout(function() {
$(this).find('div.hover').hide();
$(this).find('div.activated').show();
});
});