gpt4 book ai didi

javascript - 复选框图像替换,没有任何反应

转载 作者:行者123 更新时间:2023-11-30 18:51:58 24 4
gpt4 key购买 nike

<?php 
//require 'includes/db.inc.php';
require 'includes/configs.inc.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php $site_name ?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="/js/jquery.imageTickBox.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("input:[type=checkbox]").imageTickBox({
tickedImage: "/images/checked.png",
unTickedImage: "/images/unchecked.png",
imageClass: "tickbox"
});
});
</script>
</head>
<body>
<div id="mirror" class="center">
<!--some code deleted-->
<input type="checkbox" id="Music" name="hobbies[]" value="Music">
<!--some code deleted-->
</div>
</body>
</html>

上面的代码有什么问题吗????命名 index.php 并将其放在根目录下。

但不起作用,我在

看到了 jquery 复选框插件指南

http://blog.leenix.co.uk/2009/10/jquery-plugin-imagetickbox-change-any.html

最佳答案

始终关闭您的脚本标签,即使使用外部资源也是如此。

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

关于javascript - 复选框图像替换,没有任何反应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3592078/

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