Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 512 Bytes

blabr

Reveal information about fields in the DOM, and chose to display that information either on the page itself, or to the console.

Hidden Fields

Display all hidden fields on the page and key information, such as;

  • Name / Id
  • Value
  • Tooltip showing the element HTML

Max Length Validation

Display all inputs of type 'Text' and TextAreas, highlighting those inputs that either do not have the maxlength attribute, any max length validation rule or where the value of either of these do not match.