Hello. There is a page with a button. And connected javascripts

<script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/jquery-ui.js"></script> <script type="text/javascript" src="/js/cart.js"></script> 

In addition to this button on the page a lot of things. Clicking this button starts cart.js
Everything works perfectly in firefox and chrome, but in opera the button works out 1 time out of 5 page updates.
What could be the problem?

  • 3
    You need to see the button and its handler in cart.js - Artem Gorlachev
  • @votanko, open the browser console to see js errors and reload the page. - Visman am
  • no errors are displayed in the console - votanko

0