javascript - Conflict between scriptmanager and rokbox -
javascript - Conflict between scriptmanager and rokbox -
i'm trying utilize rokbox display images on page asp: scriptmanager preventing working.
when comment out code:
<asp:scriptmanager id="scriptmanager1" runat="server" enablepagemethods="true"> <scripts> <asp:scriptreference path="~/scripts/jquery-1.9.0.min.js" /> </scripts> </asp:scriptmanager>
the rokbox script runs. rokbox code is:
<script type="text/javascript" src="rokbox/mootools-release-1.11.js"></script> <script type="text/javascript" src="rokbox/rokbox.js"></script> <script type="text/javascript" src="rokbox/rokbox-mt1.2.js"></script> <link href="rokbox/themes/dark/rokbox-style.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="rokbox/themes/dark/rokbox-config.js"></script> <script type="text/javascript" src="mainjscript.js"> </script>
any advice? these things i'm not familiar with.
thanks.
it's becuase trying utilize mootools , jquery together, need run jquery jquery.noconflict();
have @ these pages more info:
jquery , mootools conflict
http://docs.jquery.com/using_jquery_with_other_libraries
javascript jquery asp.net scriptmanager
Comments
Post a Comment