<script type="text/javascript"> $(function () { $('a').on('tap', function () { location.href = this.href; }) }) </script>