<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="plugin/easyui/themes/gray/easyui.css">
<link rel="stylesheet" type="text/css" href="plugin/easyui/themes/icon.css">
<link rel="stylesheet" type="text/css" href="style/main.css">
<script type="text/javascript" src="plugin/easyui/jquery-1.7.1.min.js"></script>
<script type="text/javascript">
$("#closeMe").click(function() {
$(this)
.parent()
.slideUp();
});
</script>
</head>
<body>
<div id="rem">
<span id="closeMe"><img src="http://www.cespage.com/silverlight/appbar/dark/close.png"></span>
<p>Please read the documentation.For updates please follow our blog, tweets or become a fan.</p>
</div>
</body>
</html>
これは閉じるボタンが付いた単純なボックスです。一度押すと、上にスライドします。しかし、私はそれをテストし、私はボタンを押し、反応はありません。何が問題ですか?ありがとうございました。この場合のスクリプトを開始できない理由
どのブラウザが使用していますか? IEの一部のバージョンでは、クリックイベントを非タグにバインドしません。 –
前にその問題について聞いたことはありません、j_mcnally。本気ですか?いずれにせよ、実際の問題は文書が準備ができていないということです。 –
@j_mcnally - IEのどのバージョンですか?私はWindows版のみを使用していましたが、5.5以降のすべてのバージョンで私のために働いていました(その前のバージョンは覚えていません)... – nnnnnn