Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Friday, 20 June 2014
Dynamically Date Range reset in jQuery UI date picker
Removes the datepicker functionality completely. This will return the element back to its pre-init state.
Code :
$( "#start_date" ).datepicker( "destroy" );
$( "#end_date" ).datepicker( "destroy" );
No comments:
Post a Comment