Posts by astrocrack • 21 points
2 posts
-
1
votes2
answers580
viewsA: Take JSON value and set AJAX behavior
You have to define behavior through conditions within the success function. jQuery(document).ready(function(){ jQuery('#ajax_form').submit(function(){ var dados = jQuery( this ).serialize();…
-
1
votes2
answers838
viewsA: Problems with Modal Bootstrap and Deletion of Records
You’re adding an action to the modal button every time you click the delete button. The modal button is always the same so you only need one Switch.