Rank: Newbie Groups: Member
Joined: 1/28/2011 Posts: 2
|
With other controls (TextBox, DropDownList) I can use jQuery to get the text in the field.
For Example: $('#txtPartNum').val()
When I do with the DatePicker, the result is empty. How can I get the current string?
Thanks,
Derek Backus
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to use our own client side JavaScript API. See here for more details: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxThanks!
|