[jQuery] attr('defaultValue') does not exist.
While i can acces a default value of an input field by:
field.defaultValue
i can't access it by $(field).attr('defaultValue')
All other attributes i can acces via the .attr() method but not this
one.
Can it be added?