Advertisement
Guest User

Untitled

a guest
May 4th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(responseText == "false"){
  2.                         $( "#dialog-register" ).dialog({
  3.                             resizable: false,
  4.                             height:250,
  5.                             modal: true,
  6.                             display : true,
  7.                             buttons: {
  8.                                 "SI": function(){
  9. //                                location.href = "/enter.jsp"
  10. //                                $( this ).dialog( "close" );
  11.                                 },
  12.                                 "NO": function() {
  13. //                                $( this ).dialog( "close" );
  14.                                 }
  15.                             }
  16.                         });
  17.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement