Hi,
this is the normal way to load jquery fro arrowchat:
<script type="text/javascript" src="/arrowchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/arrowchat/includes/js/jquery-ui.js"></script>
I wanna load jquery from google:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
But if I use these lines the chat bar is small and positioned on the right low corner of the screen...
Why ?
Please gimme an answer or a solution ti fix this issue.
Thanks