$(document).ready(function(){ //将事件写这个方法里边 //点击ID为a的元素触发alert $('#a').click(function(){ alert('aaaa'); }); });
a.js放在jquery引用后