Guest User

Untitled

a guest
Nov 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $(document).ready(function(){
  2. $(".chat_pannel").click(function () {
  3. //$("#dialog").dialog({modal: true, height: 590, width: 1005 });
  4. var w = window.open("http://www.google.com", "popupWindow", ",resizable=false,width=400, height=500,titlebar=0,toolbar=0");
  5. $(this).hide();
  6. });
  7. });
Add Comment
Please, Sign In to add comment