$("#list li").click(function() { var selected = $(this).val(); alert(selected); })
如果是,请使用:
$(this).html()
要么:
$(this).text()
val()仅用于表单字段。