标签:
attr是取值
$(function(){ $(‘#main .in_box li‘).click(function(){ var score = $(this).val(); $("#score").val(score); }) })
jquery改变input里面的value
原文地址:http://www.cnblogs.com/gleeee/p/4781375.html