Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //pegando
- $.get("popup/consultaPrest.php", function(){
- //convertendo pra string
- $('#consultaprest').html(String);
- //transformando em dialog
- $('#consultaprest').dialog();
- });
- //Seta o arquivo que vai carregar dentro do modal
- $('#consultaprest').load('popup/consultaPrest.php', function(){
- $('#consultaprest').dialog();
- });
Advertisement
Add Comment
Please, Sign In to add comment