Sha256: 335e7c8a5019df979de08794614ead2bbd900f3a5e9a524228fc2ab205e78feb
Contents?: true
Size: 901 Bytes
Versions: 10
Compression:
Stored size: 901 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' placeholder: $(this).data("placeholder") multiple: $(this).data("multiple") $(document).ready -> crm.make_select2() $(document).ajaxComplete -> crm.make_select2() ) jQuery
Version data entries
10 entries across 10 versions & 1 rubygems