Check this JS Fiddle: http://jsfiddle.net/pizzaboy13/u7FL5/
$(document).ready(function(){ // Sorry about bad spacing. Also...this is jquery if you didn't notice allready. $(".mm").hover(function(){ //On Hover - Works on ios $("p").hide(); }, function(){ //Hover Off - Hover off doesn't seem to work on iOS $("p").show(); }) });
Revisions
- April 10, 2018 @ 00:48:43 [Current Revision] by PeterLugg
- April 10, 2018 @ 00:48:43 by PeterLugg
No comments yet.