Sha256: 6f1fa123f88bd6fae5f20e169c840221c68a6559d18d107c7e00226817491dd9
Contents?: true
Size: 889 Bytes
Versions: 1
Compression:
Stored size: 889 Bytes
Contents
// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. // // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // compiled file. // // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details // about supported directives. // //= require jquery //= require jquery_ujs //= require semantic-ui //= require underscore // require_tree . $(document).ready(function(){ $('.ui.checkbox').checkbox(); $('.ui.dropdown').dropdown(); $('.message .close').on('click', function() { $(this).closest('.message').fadeOut(); }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
distribot-ui-0.1.0 | app/assets/javascripts/application.js |