我想使用jQuery Editable Select for HTML支持(http://htmlpreview.github.io/?https://github.com/indrimuska/jquery-editable-select/blob/master/example/index.html),但我不明白为什么当我们选择另一个元素之后选择fairst元素时???
这是我的代码:
<head>
<meta charset="utf-8">
<title>jQuery Editable Select Example</title>
<meta name="author" content="https://plus.google.com/u/0/+IndriMuska" />
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://rawgithub.com/indrimuska/jquery-editable-select/master/source/jquery.editable-select.min.css" rel="stylesheet" />
<style>
body {
padding: 30px 60px;
}
.sources {
position: absolute;
top: 65px;
right: 80px;
}
</style>
</head>
<div class="row-fluid">
<div class="span6">
<h3>HTML support</h3>
<select id="html" style="width:200px">
<option>Audi - <small><a href="http://www.audi.com/" target="_blank" id="coucou" style="float:right" rel="nofollow">?</a></small></option>
<option>BMW - <small><a href="http://www.bmw.com/" target="_blank" rel="nofollow">www.bmw.com</a></small></option>
<option>Citroen - <small><a href="http://www.citroen.com/" target="_blank" rel="nofollow">www.citroen.com</a></small></option>
<option>Fiat - <small><a href="http://www.fiat.com/" target="_blank" rel="nofollow">www.fiat.com</a></small></option>
<option>Ford - <small><a href="http://www.ford.com/" target="_blank" rel="nofollow">www.ford.com</a></small></option>
<option>Jaguar - <small><a href="http://www.jaguar.com/" target="_blank" rel="nofollow">www.jaguar.com</a></small></option>
<option>Jeep - <small><a href="http://www.jeep.com/" target="_blank" rel="nofollow">www.jeep.com</a></small></option>
<option>Lancia - <small><a href="http://www.lancia.com/" target="_blank" rel="nofollow">www.lancia.com</a></small></option>
<option>Land Rover - <small><a href="http://www.landrover.com/" target="_blank" rel="nofollow">www.landrover.com</a></small></option>
<option>Mercedes - <small><a href="http://www.mercedes-benz.com/" target="_blank" rel="nofollow">www.mercedes-benz.com</a></small></option>
<option>Mini - <small><a href="http://www.mini.com/" target="_blank" rel="nofollow">www.mini.com</a></small></option>
<option>Nissan - <small><a href="http://www.nissan.it/" target="_blank" rel="nofollow">www.nissan.it</a></small></option>
<option>Opel - <small><a href="http://www.opel.com/" target="_blank" rel="nofollow">www.opel.com</a></small></option>
<option>Peugeot - <small><a href="http://www.peugeot.com/" target="_blank" rel="nofollow">www.peugeot.com</a></small></option>
<option>Porsche - <small><a href="http://www.porsche.com/" target="_blank" rel="nofollow">www.porsche.com</a></small></option>
<option>Renault - <small><a href="http://www.renault.com/" target="_blank" rel="nofollow">www.renault.com</a></small></option>
<option>Smart - <small><a href="http://www.smart.com/" target="_blank" rel="nofollow">www.smart.com</a></small></option>
<option>Volkswagen - <small><a href="http://volkswagen.com/" target="_blank" rel="nofollow">volkswagen.com</a></small></option>
<option>Volvo - <small><a href="http://www.volvo.com/" target="_blank" rel="nofollow">www.volvo.com</a></small></option>
</select>
</div>
</div>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://rawgithub.com/indrimuska/jquery-editable-select/master/source/jquery.editable-select.js"></script>
<script>
window.onload = function() {
$('#html').editableSelect();
$('#coucou').mouseenter(function() {
alert("Hello");
});
}
</script>
答案 0 :(得分:0)
在插件初始化中使用{ filter: false }
,这将关闭过滤。
$('#html').editableSelect({ filter: false });
&#13;
body {
padding: 30px 60px;
}
.sources {
position: absolute;
top: 65px;
right: 80px;
}
&#13;
<meta name="author" content="https://plus.google.com/u/0/+IndriMuska" />
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://rawgithub.com/indrimuska/jquery-editable-select/master/source/jquery.editable-select.min.css" rel="stylesheet" />
<div class="row-fluid">
<div class="span6">
<h3>HTML support</h3>
<select id="html" style="width:200px">
<option>Audi - <small><a href="http://www.audi.com/" target="_blank" id="coucou" style="float:right" rel="nofollow">?</a></small></option>
<option>BMW - <small><a href="http://www.bmw.com/" target="_blank" rel="nofollow">www.bmw.com</a></small></option>
<option>Citroen - <small><a href="http://www.citroen.com/" target="_blank" rel="nofollow">www.citroen.com</a></small></option>
<option>Fiat - <small><a href="http://www.fiat.com/" target="_blank" rel="nofollow">www.fiat.com</a></small></option>
<option>Ford - <small><a href="http://www.ford.com/" target="_blank" rel="nofollow">www.ford.com</a></small></option>
<option>Jaguar - <small><a href="http://www.jaguar.com/" target="_blank" rel="nofollow">www.jaguar.com</a></small></option>
<option>Jeep - <small><a href="http://www.jeep.com/" target="_blank" rel="nofollow">www.jeep.com</a></small></option>
<option>Lancia - <small><a href="http://www.lancia.com/" target="_blank" rel="nofollow">www.lancia.com</a></small></option>
<option>Land Rover - <small><a href="http://www.landrover.com/" target="_blank" rel="nofollow">www.landrover.com</a></small></option>
<option>Mercedes - <small><a href="http://www.mercedes-benz.com/" target="_blank" rel="nofollow">www.mercedes-benz.com</a></small></option>
<option>Mini - <small><a href="http://www.mini.com/" target="_blank" rel="nofollow">www.mini.com</a></small></option>
<option>Nissan - <small><a href="http://www.nissan.it/" target="_blank" rel="nofollow">www.nissan.it</a></small></option>
<option>Opel - <small><a href="http://www.opel.com/" target="_blank" rel="nofollow">www.opel.com</a></small></option>
<option>Peugeot - <small><a href="http://www.peugeot.com/" target="_blank" rel="nofollow">www.peugeot.com</a></small></option>
<option>Porsche - <small><a href="http://www.porsche.com/" target="_blank" rel="nofollow">www.porsche.com</a></small></option>
<option>Renault - <small><a href="http://www.renault.com/" target="_blank" rel="nofollow">www.renault.com</a></small></option>
<option>Smart - <small><a href="http://www.smart.com/" target="_blank" rel="nofollow">www.smart.com</a></small></option>
<option>Volkswagen - <small><a href="http://volkswagen.com/" target="_blank" rel="nofollow">volkswagen.com</a></small></option>
<option>Volvo - <small><a href="http://www.volvo.com/" target="_blank" rel="nofollow">www.volvo.com</a></small></option>
</select>
</div>
</div>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://rawgithub.com/indrimuska/jquery-editable-select/master/source/jquery.editable-select.js"></script>
&#13;