Advertisement
Guest User

Untitled

a guest
Sep 19th, 2010
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         $('#tabs').tabs();
  2. $('#yeniAileEkle').click(function() {
  3.             $('#yeniAileDialog').dialog('open');
  4.         });
  5.  
  6.         $("#yeniAileDialog").dialog({
  7.             bgiframe: true,
  8.             autoOpen: false,
  9.             height: 550,
  10.             width: 900,
  11.             modal: true,
  12.             buttons: {
  13.                 'Aileyi Ekle': function() {
  14.  
  15.                 },
  16.                 Δ°ptal: function() {
  17.                     $(this).dialog('close');
  18.                 }
  19.             }
  20.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement