Profile
Achievement
redconservatory's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
CSS:
.error
style the error class
Form HTML:
class="required"
makes the input field required
minlength="2"
makes the field require at least 2 characters
0
884
posted 13 years ago by redconservatory
Removes the margin-right spacing from the item in a line of items. This works cross browser unlike the CSS last-child selector (which doesn't work in IE6 or IE7).
0
808
posted 13 years ago by redconservatory