×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Jorge Alcalá
Added: Feb 24, 2022 12:45 AM
Views: 394
Tags: no tags
  1.     $( "#div_modal_base" ).popup({
  2.         closebutton: true,
  3.         onclose: function() {
  4.             $("#div_modal_base").html('');
  5.         }
  6.     });
  7.     $.fn.popup.defaults.pagecontainer = '#app';