Link to home
Start Free TrialLog in
Avatar of Robert Smith
Robert SmithFlag for United States of America

asked on

button not working

User generated image
User generated image
I am getting an exception
Uncaught Error: cannot call methods on button prior to initialization; attempted to call method 'loading'

when I click a button more than 5 times after that the button stops working
ASKER CERTIFIED SOLUTION
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robert Smith

ASKER

I am not sure how to do that could you give an example of code
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
  <script type="text/javascript" src="https://getbootstrap.com/dist/js/bootstrap.js"></script>

Open in new window