How can I access elements that have name X
and type hidden
?
You should try this if you want type=hidden
$('input[name="X"][type="hidden"]')
If you want an element that is hidden via css then you should try
$('[name="X"]:hidden')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With