Sha256: a6b7cc962274beda871ded85ee9fceb4152a90021f32b7200618939c427c36d0
Contents?: true
Size: 362 Bytes
Versions: 12
Compression:
Stored size: 362 Bytes
Contents
// Reset the state of the submit button $(document).ready(function() { $('input[type=submit].btn.change_to_text').show(); $('.submit_text').hide(); }); // Shows the submit button replacement text on click $('input[type=submit].btn.change_to_text input[type=submit]').live('click', function(){ $(this).parent().next().show(); $(this).parent().hide(); })
Version data entries
12 entries across 12 versions & 1 rubygems