script.js 194 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 /** * Created by Threads on 14-Aug-16. */ /** Delete button confirm message for gridview */ $('.ActionDeleteColumn').click(function () { return confirm($(this).attr('data-message')); });