<input type="button" id="elem" value="Search">
<script>
var elem1 = $("#elem");
elem1.onclick = hello;
function hello() {
alert("hello");
}
</script>
我不明白爲什麼我不能用Jquery的,我能如何與JS的document.getElementById做選擇id元素jQuery的不能用的ID選擇ELEM