Monday, February 17, 2014

HTML with JavaScript Form 1

More accessibility to your form:
  • Auto-tabbing
  • Highlighting the elements
  • Progression
  • Validating form
  • Masked Input Plugin
    allows a user to easily enter fixed width input fields where you would like them to enter the data in a certain format (dates,phone numbers, etc).
  • Auto Complete / AutoSuggest
    More fancy to your form:
    • Pick a date
    • Textareas grow and shrink to fit it’s content
    • Character Remaining
      Gives you a dynamic display of the number of characters remaining in a textarea.
    • ToggleVal / Sliding Labels
      gives you the option to populate the default text of form fields (in a few different ways), and will then toggle the default value when the field receives and loses keyboard focus.

    No comments:

    Post a Comment