Sha256: 163750c030ec36a86b2fdda60ce09fda4e80cdf5c8e90b0e7243c2a6b63a9994
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
// Generated by CoffeeScript 1.6.1 $(function() { $('.disabled').each(function() { $(this).attr('tabindex', '-1'); $(this).find('a').attr('tabindex', '-1'); return $(this).find('input, select, textarea').addClass('disabled').attr('tabindex', '-1').attr('readonly', 'readyonly'); }); $('body').on('click', '.disabled, .disabled *', function(e) { e.preventDefault(); return false; }); });
Version data entries
4 entries across 4 versions & 1 rubygems