Possible Duplicate:
jquery or css selector? select all id’s that start with
I need to select all the elements with ids that start with "Monday_", example id="Monday_16"
I need to select all the elements with ids that start with |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can use
or better:
|
||||
|
|
|
You can use the attribute starts with selector to accomplish that:
|
|||
|
|