Sha256: 492406aa153cd9d86a86847b48a5919d1def57b62daf3cdd8d08c658100c6475
Contents?: true
Size: 252 Bytes
Versions: 8
Compression:
Stored size: 252 Bytes
Contents
$(document).on('ready page:load', function() { $(document).delegate('[data-with-popup=true]', 'click.withPopup', function(e) { var options = $(this).data(); window.open(options.withPopupSrc, 'withPopup', options.withPopupFeatures); }); });
Version data entries
8 entries across 8 versions & 1 rubygems