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?