獲取ul li的value的值

<script>
            $(function(){
                $(".month-list").find("li").click(function(){
                    var text = $(this).text();
                    var value = $(this).attr("value");
                    alert(text+" --  "+value);
                });
            });
        </script>
相關文章
相關標籤/搜索