Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello, I have a custom button in 'LIST PAGE'
$value = '<a class="custom_button btn btn-primary">CUSTOM BUTTON</a>';
how can I get its values using javascript on 'Javascript OnLoad Event' ?something like this:
$(".custom_button").on("click", function() { alert(id); // ID or other DB values associated at this specific row});
thanks!
Solved using Custom Button with 'Client Before' and 'Client after'