Advertisement
yacel100

modal configuracion

May 24th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //definiendo las propiedades del formulario de configuraciones
  2.             /* $("#divConfiguracion").dialog({
  3.              autoOpen: false,
  4.              height: 100,
  5.              width: 400,
  6.              modal: true
  7.              });*/
  8.             //mostrando el popup en el evento click del link
  9.             /*$("#idconfiguracion").on('click', '#IDConfiguracion', function (ev) {
  10.              ev.preventDefault();
  11.              $.post('<?php echo base_url() . 'index.php/proyecto/configuracion/'; ?>',
  12.              function (data) {
  13.              $("#divConfiguracion").html(data);
  14.              $("#divConfiguracion").dialog("open");
  15.              });
  16.              });*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement