put jquery into no conflict mode so it doesn't overwite mootools use of $
parent
1ce2e597cf
commit
85f950d80a
|
@ -85,6 +85,9 @@ function xhtmlHeaders( $file, $title )
|
|||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
<!--
|
||||
var $j = jQuery.noConflict();
|
||||
// $j is now an alias to the jQuery function; creating the new alias is optional.
|
||||
|
||||
<?php include("skins/$skin/views/js/state.js.php")?>
|
||||
//-->
|
||||
//]]>
|
||||
|
|
Loading…
Reference in New Issue