Hello,
i want to place a spinner on my side wich needs a javascript to run.
This javascript call is right before the body ends
<script src="../plugins/jquery-spinner/js/jquery.spinner.js"></script>
The Spinner works fine if i place it hardcoded in the HTML file,
but if i use setHTML with a websocket to place the exact same code into a div, the spinner doesnt work anymore.
What i have to do?
i want to place a spinner on my side wich needs a javascript to run.
This javascript call is right before the body ends
<script src="../plugins/jquery-spinner/js/jquery.spinner.js"></script>
The Spinner works fine if i place it hardcoded in the HTML file,
but if i use setHTML with a websocket to place the exact same code into a div, the spinner doesnt work anymore.
What i have to do?