close
$(document).ready(function(){
$('a').on('click touchend',function(e){var el = $(this);var link = el.attr('href');
window.location = link;
});
});
http://stackoverflow.com/questions/25731106/ios-requires-double-tap-for-a-simple-link-element
全站熱搜
留言列表