Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 0.57 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. jQuery Dialog still open when clicking the back button
  2. jQuery("#loader").dialog({
  3.     autoOpen    : false,
  4.     modal       : true,
  5.     draggable   : false,
  6.     position    : "center",
  7.     resizable   : false,
  8.     height      : 50,
  9.     width       : 50,
  10.     hide        : "slide"
  11. });
  12.        
  13. jQuery(function () {
  14.     jQuery("#loader").dialog({
  15.         autoOpen    : false,
  16.         modal       : true,
  17.         draggable   : false,
  18.         position    : "center",
  19.         resizable   : false,
  20.         height      : 50,
  21.         width       : 50,
  22.         hide        : "slide"
  23.     });
  24. });