Sha256: bbae379bdc3fe678a1cb32440bb1eb2dd184491ed077c32cd5126ece6a908471
Contents?: true
Size: 379 Bytes
Versions: 123
Compression:
Stored size: 379 Bytes
Contents
Blacklight.onLoad(function() { // hide the editor initially $('[data-behavior="reveal-editor"]').each(function(){$($(this).data('target')).hide();}); // Show the form, hide the preview $('[data-behavior="reveal-editor"]').on('click', function(evt) { evt.preventDefault(); $this = $(this); $this.parent().hide(); $($this.data('target')).show(); }); });
Version data entries
123 entries across 123 versions & 3 rubygems