is it possible to check whether default value (set using value="abcdef") of a field with id="someidset" have changed without having info about this default value? Hope it’s kind of clear…
is it possible to check whether default value (set using value=abcdef ) of a
Share
Sure, you can use the
defaultValueproperty. It should work for most types of<input />elements. Just check it against thevalueproperty.Here’s an example.