当有keyup时,我尝试将.live内容放入div中...我在这里查看了论坛主题,但没有找到答案...
为什么我的代码不起作用?我使用这个 JQuery:
<script type="text/javascript" src="jquery-ui-1.7.1.custom.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// When the document is ready set up our sortable with it's inherant function(s)
$(".atleetnaamlink").live('keyup', function(){
alert('test');
});
</script>