One of the many nice features introduced in HTML5 is placeholder attribute for form fields, which is very useful to show helpful hints for the field. This can be done with …
When creating a new record, I noticed the new record is duplicated (usually 3x but sometimes 4x, 5x…) It took me a while to realize this is caused by AJAX validation. …
A case that works in IE but not Firefox (for a change). Supposed there’s form with a few fields. A button to manually adding more fields to the form. These …
to display a group of choices to select-only-one as radio buttons, the name and id parameters must be the same for all <input> tags: to pass the value of radio …