css is not applying for the date picker in my inner jsp
872184Mar 2 2012 — edited Mar 2 2012Hi,
I am using date picker in my JSP as below.
<input type="text" id="d1" class="inputbox datepicker" /> which is working fine with in my main jsp.
And when I am trying to reload the page with dynamic content(deifferent jsp with same code) using ajax and Jquery ,date picker is coming as normal text box.
Please help me .
Thanks in advance