Sha256: bf57af271a7109fd08e4b5a86db8b0bcc80a075c220c2699e08069fb3f6e6c95
Contents?: true
Size: 936 Bytes
Versions: 8
Compression:
Stored size: 936 Bytes
Contents
# Copyright (c) 2008-2014 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 #------------------------------------------------------------------------------ # Any select box with 'select2' class will be transformed (($) -> window.crm ||= {} crm.make_select2 = -> $(".select2").not(".select2-container, .select2-offscreen").each -> #$(".select2").each -> $(this).select2 'width':'resolve' $(".select2_tag").not(".select2-container, .select2-offscreen").each -> #$(".select2_tag").each -> $(this).select2 'width':'resolve' tags: $(this).data("tags") placeholder: $(this).data("placeholder") multiple: $(this).data("multiple") $(document).ready -> crm.make_select2() $(document).ajaxComplete -> crm.make_select2() ) jQuery
Version data entries
8 entries across 8 versions & 2 rubygems