%PDF- %PDF-
Direktori : /home/jalalj2hb/www/gae/assets/grocery_crud/js/jquery_plugins/config/ |
Current File : /home/jalalj2hb/www/gae/assets/grocery_crud/js/jquery_plugins/config/jquery.datepicker.config.js |
$(function(){ $('.datepicker-input').datepicker({ dateFormat: js_date_format, showButtonPanel: true, changeMonth: true, changeYear: true }); $('.datepicker-input-clear').button(); $('.datepicker-input-clear').click(function(){ $(this).parent().find('.datepicker-input').val(""); return false; }); });