Sha256: a075948025eb9ed5c126ebca22a54e38ccde7db53fb997618da2bc4eb7928d26
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
jQuery -> # The tool buttons and the .show_only_in_edit_mode elements first are hidden via css (in case JavaScript does not work). # In order to use .hide() and .show() of jQuery, we need to restore the display css property # and hide the elements via jQuery. $( ".save_button,.cancel_button,.show_only_in_edit_mode" ).css( "visibility", "visible" ).hide()
Version data entries
3 entries across 3 versions & 1 rubygems