Created
September 19, 2012 03:55
-
-
Save jubalm/3747595 to your computer and use it in GitHub Desktop.
magento - external javascript in cms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<reference name="head"> | |
<block type="core/text" name="google.cdn.jquery"> | |
<action method="setText"> | |
<text> | |
<![CDATA[ | |
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script type="text/javascript">jQuery.noConflict()</script> | |
]]> | |
</text> | |
</action> | |
</block> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment