I'm new to the javascript and web development scene so bear with me. On a website I'm programming for, I have a table filled with date values from a server side source. Upon clicking a section of a table, the text will be replaced by a input textbox that contains the date that was clicked on(applying a mask) and when the textbox appears, a jquery datepicker box is supposed to appear so the date can be edited. Is the applying of the datepicker to a masked textbox possible in this situation. If so, how would you go about doing this? ? I'm new to the javascript and web development s