Sha256: 93e285ec69e71d4c486edff512530d9358adbb0278277b095cf522944c6324c4
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 Bytes
Contents
// Reset the state of the submit button $(document).ready(function() { $('body').on('submit', 'form', function(event){ $('input[type=submit][data-loading-text]', event.target).button('loading'); }); $('body').on('reset', 'form', function(event){ $('input[type=submit][data-loading-text]', event.target).button('reset'); }); });
Version data entries
7 entries across 7 versions & 1 rubygems