Javascript API and Datepicker don't work with jQuery
Is there some trick to get the Javascript API to work with the datepicker component. I'm using Appery('event_date') and then trying to run jQuery functions on it. For instance, Appery('event_date').css('background-color','red'); throws an error saying it can't find the css function. Similarly, the "find" function failed as well. Is there something I need to do to be able to get the input element for a datepicker?
(Ultimately, all I'm trying to do is set the default date to blank and I'm trying to do this through jQuery).
Thanks for the help