Get modal information generated by bootbox

0

I mounted

  bootbox.prompt({
      size: "small",
      title: "Digite o Nome!",
      callback: function(result){
              if (result == true) {

When the user generates the final result it adds a value but has no id or something like that I get that value and save it

When generating modal

    
asked by anonymous 16.08.2018 / 20:13

0 answers