Page 1 of 1

Arrow chat and Jquery from Google

PostPosted: 19 Dec 2012, 06:30
by sbucciami
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

PostPosted: 19 Dec 2012, 09:21
by sbucciami
Exc use me, I mean chat bar is small and positioned on the left low corner of the screen...

PostPosted: 05 Jan 2013, 16:32
by Kerby
I would also know, how can I change jquery source to google apis in xenforo software. cause in xenforo the jquery-min.js is anyway loaded, so loading twice (jquery.js from arrowchat and jquery-min.js) is a little bit senseless in regarding to performance. but when I remove jquery.js script tag entry, clicking on a chatter in buddylist of arrowchat, nothing happens and opening buddy list starts the xenforo loading animation on the top right corner.

PostPosted: 05 Jan 2013, 17:12
by Jason
It may just be an issue with the updated versions. If you look at our source, we are actually using Google:

Code: Select all
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> 
   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>


Works fine.

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]