gpt4 book ai didi

php - 当我将两个脚本添加到 html 页面时..其中一个不起作用

转载 作者:行者123 更新时间:2023-11-30 08:58:17 25 4
gpt4 key购买 nike

<分区>

我创建了两个 jquery 和 script 标签来日历确认..但是当它们在单独的 html 页面中时它工作得很好..但是当两个脚本在同一页面中时它不起作用..这是为什么?

<script src="Scripts/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="Scripts/jquery-ui-1.8.21.custom.min.js" type="text/javascript"></script>
<script>

$(document).ready(function(){

$('#click').click(function(){
//$(function() {
// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
$( "#dialog:ui-dialog" ).dialog( "destroy" );

$( "#dialog-confirm" ).dialog({
resizable: false,
height:140,
modal: true,
buttons: {
"Ok": function() {

$('#form1').submit();
},
Cancel: function() {
$( this ).dialog( "close" );
}
}
});
});
});
</script>

<script type="text/javascript" src="jquery/jquery.min.js"></script>
<script type="text/javascript" src="jsdatepick-calendar/jquery.1.4.2.js"></script>
<script type="text/javascript" src="jsdatepick-calendar/jsDatePick.jquery.min.1.3.js"></script>
<script type="text/javascript" src="jquery/fadeslideshow.js"></script>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com