Currently, I am utilizing a jquery
datepicker widget, and my goal is to customize the CSS for its input
field.
However, it seems that the id
assigned to that field is dynamically generated upon page load:
<input type="text" id="dp1382434269539" style="position: absolute; top: 372.9375px; width: 0px; left: 579.8125px;">
We are working with stylus, and I am interested in being able to style any input
element with an id
that starts with "dp" - Is there a simple method to select elements based on their id
in this manner?