I have a lot of <span>
tags like this <span id='val_Title'></span> <span id='val_Name'></span>
I would like to return all the elements that begin with 'val_' and hide them.
How can I do this? Thanks
I have a lot of <span>
tags like this <span id='val_Title'></span> <span id='val_Name'></span>
I would like to return all the elements that begin with 'val_' and hide them.
How can I do this? Thanks