Sha256: c7d65087d465de73976f19f9a457817904def0aaa6b3d00b10c56718cbba76a8
Contents?: true
Size: 281 Bytes
Versions: 23
Compression:
Stored size: 281 Bytes
Contents
$(document).ready(function(){ $('#new_slide_link').click(function (event) { event.preventDefault(); $(this).hide(); $.ajax({type: 'GET', url: this.href, data: ({authenticity_token: AUTH_TOKEN}), success: function(r){ $('#slides').html(r);} }); }); });
Version data entries
23 entries across 23 versions & 1 rubygems