Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

jQuery(document).ready(function($){ $('.menu-quote a').hover( function(){ $(this).addClass('hovered'); }, function(){ $(this).removeClass('hovered'); }); });