Difference between revisions of "Template:CSS UCL5"
Superjack15 (Talk | contribs) (Undo revision 65612 by Superjack15 (talk)) |
Superjack15 (Talk | contribs) (Undo revision 65611 by Superjack15 (talk)) |
||
Line 12: | Line 12: | ||
$('#mobilebutton').click(function(){ | $('#mobilebutton').click(function(){ | ||
$('#mobile-menu').show(); | $('#mobile-menu').show(); | ||
− | |||
$('#mobilebutton').mouseout( function() { | $('#mobilebutton').mouseout( function() { | ||
$('#mobile-menu').hide(); | $('#mobile-menu').hide(); | ||
}); | }); | ||
− | + | }); | |
;(function(e,t,n,r){e.fn.doubleTapToGo=function(r){if(!("ontouchstart"in t)&&!navigator.msMaxTouchPoints&&!navigator.userAgent.toLowerCase().match(/windows phone os 7/i))return false;this.each(function(){var t=false;e(this).on("click",function(n){var r=e(this);if(r[0]!=t[0]){n.preventDefault();t=r}});e(n).on("click touchstart MSPointerDown",function(n){var r=true,i=e(n.target).parents();for(var s=0;s<i.length;s++)if(i[s]==t[0])r=false;if(r)t=false})});return this}})(jQuery,window,document); | ;(function(e,t,n,r){e.fn.doubleTapToGo=function(r){if(!("ontouchstart"in t)&&!navigator.msMaxTouchPoints&&!navigator.userAgent.toLowerCase().match(/windows phone os 7/i))return false;this.each(function(){var t=false;e(this).on("click",function(n){var r=e(this);if(r[0]!=t[0]){n.preventDefault();t=r}});e(n).on("click touchstart MSPointerDown",function(n){var r=true,i=e(n.target).parents();for(var s=0;s<i.length;s++)if(i[s]==t[0])r=false;if(r)t=false})});return this}})(jQuery,window,document); |
Revision as of 00:23, 27 July 2015