I have the following example:
Is there a way to check if this element exists and ha
I would do something like this: $('input[value]').something . This finds all inputs that have value and operates something onto them.
$('input[value]').something