Hiding text for screen readers with WordPress

//For issue of "Hiding text for screen readers with WordPress"

var P_title='';


jQuery( ".dropdown-toggle" ).hover(function() {
P_title=jQuery(this).text();
});


jQuery( ".dropdown-toggle" ).click(function() {
jQuery(this).text(P_title);
});

Comments

Popular posts from this blog

remove span elements from Contact form 7 but keeping inside elements

Elance HTML5 Test Answers