I am just starting with jquery.validation and like it. One reference I felt specifically helpful when trying to understand the big picture is http://docs.jquery.com/Plugins/Validation/Reference#Markup_recommendations. One part I didn t understand is why labels need to be associated with each input. Yes, I understand that labels are created to display error hints, however, these are different labels. I couldn t detect any change on the label tag, and it works fine without it. Anyone know why? Thanks
每个投入都有与其相关的标签:标签的用意是指投入的贴现。
<label for="firstname">Firstname</label><input id="firstname" name="fname" />