wtkd

Modal carregando arquivo dentro

Mar 1st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //pegando
  2. $.get("popup/consultaPrest.php", function(){
  3. //convertendo pra string
  4.  $('#consultaprest').html(String);
  5. //transformando em dialog
  6.     $('#consultaprest').dialog();
  7.   });
  8. //Seta o arquivo que vai carregar dentro do modal
  9. $('#consultaprest').load('popup/consultaPrest.php', function(){
  10.     $('#consultaprest').dialog();
  11. });
Advertisement
Add Comment
Please, Sign In to add comment