Sha256: 49bb8d0a2f1a32f5dd43ea0c48cbeef1f5b07ef4126c999084d743e4f97710c8
Contents?: true
Size: 330 Bytes
Versions: 10
Compression:
Stored size: 330 Bytes
Contents
$(document).ready(function() { $("table.users input[type=checkbox]").change(function() { $.ajax({ url: $(this).data("path"), type: "PUT", dataType: "json", data: {attribute: $(this).attr("name")}, success: function(data, textStatus, xhr) { console.log(data); } }); }); });
Version data entries
10 entries across 10 versions & 1 rubygems