Sha256: e9f70d059e77735e96a3e1fc9fc5dd9740b0fd409aa887a9585dec491a26de31
Contents?: true
Size: 403 Bytes
Versions: 11
Compression:
Stored size: 403 Bytes
Contents
$(document).ready(function(){ $('#show-alternate').click( function(e) { e.preventDefault(); $( "#alternate" ).dialog({ title: $(this).attr("title"), buttons: { Ok: function() { $( this ).dialog( "close" ); } }, open: function () { $(this).parent().find('button:nth-child(1)').focus(); }, width: '500px', }); }); });
Version data entries
11 entries across 11 versions & 1 rubygems