Advanced CSS Animator Support Product Page

JQuery source link

Asked 15 Sep 2010 21:37:55
1
has this question
15 Sep 2010 21:37:55 John Robey posted:
Hi,
Love the extension, it saves me loads of coding time but I have one frustration.

I sometimes put a lot of my own JQuery coding into a page, is it possible to manually change the extension so instead of this code automatically being inserted into my page
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>

I could have this code instead
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

This would just save me so much time instead of manually tweaking my code after every extension use.

Many thanks in advance.

Replies

Replied 16 Sep 2010 09:56:31
16 Sep 2010 09:56:31 Miroslav Zografski replied:
Hello John,

The jquery-latest.pack.js contains at least jQuery v 1.3.2. Animator is using 1.3.2 at the moment but we will change that soon. However if you are eager to use the latest jQuery and you are confident in Animator working correctly with it you can just change the code in the jquery-latest.pack.js. Be careful not to omit the Sizzle CSS Selector Engine.

Regards,

Reply to this topic