Can a wildcard be used in the object name? EG I have objects named “pdf1” “pdf2” etc. I tried using an asterisk as a wildcard:
$w(" #pdf *").show();
but that doesn’t work
Is there a way to achieve this?
Thanks!
Pat
Can a wildcard be used in the object name? EG I have objects named “pdf1” “pdf2” etc. I tried using an asterisk as a wildcard:
$w(" #pdf *").show();
but that doesn’t work
Is there a way to achieve this?
Thanks!
Pat
@pat.bensky
I don’t think it is possible.
And why would you want to use such thing?