我在ASP.Net中有两个JQuery API,
And this is for the progress bar
我应该怎样做以避免他们两人之间的冲突?因为如果我声明API的源以便进度条可以使用,那么消息框将不起作用。
这是消息框
的来源 <script src="<%# Page.ResolveUrl("~/Style/javascript/jquery-1.7.1.js")%>" type="text/javascript"></script>
<script src="<%# Page.ResolveUrl("~/Style/javascript/jquery.toastmessage.js")%>" type="text/javascript"></script>
这是进度条
的来源<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript"></script>