Sha256: 3294aa419d946567e6f7311ba1b89ea6726d39ddf871de6a14ead10c7f4ff3c3
Contents?: true
Size: 608 Bytes
Versions: 7
Compression:
Stored size: 608 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 #------------------------------------------------------------------------------ (($) -> $('input.date').live 'click focus', -> $(this).datepicker({ showOn: 'focus', changeMonth: true, dateFormat: 'yy-mm-dd'}) $('input.datetime').live 'click focus', -> $(this).datetimepicker({ showOn: 'focus', changeMonth: true, dateFormat: 'yy-mm-dd'}) ) jQuery
Version data entries
7 entries across 7 versions & 1 rubygems