Advertisement
roniewill

editar categoria ajax

Aug 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).on('click', '.btn-edit-categoria', function(){
  2.         var id = $(this).attr("value");
  3.         $.get("<?php echo $this->url(['id'=>"+id+"], 'rota_office_builder_edit_categoria') ?>", function(data, status){
  4.             console.log("Data: " + data + "\nStatus: " + status);
  5.         });
  6.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement