Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
jQuery Within page causing page to lose responsiveness
#16
you've got this bit of code on your page that turning off all your buttons/links etc...


Code:
        <script>
  $(function() {
    $( "input[type=submit], a, button" )
      .button()
      .click(function( event ) {
        event.preventDefault();
      });
  });
  </script>
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
RE: jQuery Within page causing page to lose responsiveness - by n00dles101 - 2014-02-07, 07:30:15



Users browsing this thread: 2 Guest(s)