Hello,

I'm trying to select all element on page that have a similar ID...

Object IDs are:

tag_cWeb_TSW_Day01
tag_cWeb_TSW_Day02
tag_cWeb_TSW_Day03
tag_cWeb_TSW_Day04

Is there a wildcard character I can use to reference all of the above
but using the keyword: tag_cWeb_TSW_Day*

$('#tag_cWeb_TSW_Day*').css('visibility', 'hidden')

... so I can then set 02 to be visible...

$('#tag_cWeb_TSW_Day02').css('visibility', 'visible')

... or something?


Thanks,
Nick

Reply via email to