Check this JS Fiddle: http://jsfiddle.net/pizzaboy13/u7FL5/
[js]$(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();
})
});[/js]
Revisions
- April 10, 2018 @ 00:48:43 [Current Revision] by PeterLugg
- April 10, 2018 @ 00:48:43 by PeterLugg
Revision Differences
There are no differences between the April 10, 2018 @ 00:48:43 revision and the current revision. (Maybe only post meta information was changed.)
No comments yet.