| Current Path : /home/admin/ricard2.blog.lppelm.o2switch.site/wp-content/themes/specia/js/ |
| Current File : /home/admin/ricard2.blog.lppelm.o2switch.site/wp-content/themes/specia/js/dropdown.js |
jQuery(document).ready(function() {
jQuery('.nav li.dropdown').hover(function() {
jQuery(this).addClass('open');
}, function() {
jQuery(this).removeClass('open');
});
});