Posts by FullStackOverFlow • 11 points
4 posts
-
-8
votes1
answer60
viewsQ: How do I pass parameter by onclick?
How do I pass this parameter that is within the row by parameter in onclick?…
-
0
votes1
answer80
viewsQ: Problem with Ajax URL
every time I try to call my controller’s method appears a different url than the one I’m putting in the AJAX url, why ?…
-
0
votes1
answer48
viewsQ: How I take the value of a checkbox to go through parameter
I wonder how I get the status of a checkbox if it is enabled or not to pass by parameter to the controller…
-
1
votes1
answer51
viewsQ: How I get the object or value of a tr with Datatable
function excluirDadosTabela (){ $('#gridtabelaDocumentos').on('click', '.excluir', function(e){ e.preventDefault(); var teste =…