Sha256: a4ae74f84d9608514a6f91dddb49855f32f62904327e28bf508830968c6b2389
Contents?: true
Size: 624 Bytes
Versions: 32
Compression:
Stored size: 624 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ (($) -> $(document).on 'click focus', 'input.date', -> $(this).datepicker({ showOn: 'focus', changeMonth: true, dateFormat: 'yy-mm-dd'}) $(document).on 'click focus', 'input.datetime', -> $(this).datetimepicker({ showOn: 'focus', changeMonth: true, dateFormat: 'yy-mm-dd'}) ) jQuery
Version data entries
32 entries across 32 versions & 2 rubygems