Changes between Version 1 and Version 2 of Ticket #9120, comment 2


Ignore:
Timestamp:
Feb 25, 2013, 8:08:03 AM (10 years ago)
Author:
drulia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9120, comment 2

    v1 v2  
    11once example loaded try click {{{Hide}}} and {{{Show}}} buttons, you'll see it works as expected, make sure element is visible and then click button {{{Show parent1}}}, there click {{{Hide}}} button again, you'll see status being updated instantly without delay, now go back to parent2 where element will be visible, even though it suppose to be hidden.
    22
    3 Also in your example you using simple hide function, which I assume uses native jQuery function which works as expected, but once you add additional arguments only available in jQuery UI, you'll see console printing {{{block}}}
     3Also in your example you using simple hide function with no arguments, which I assume uses native jQuery function which works as expected, but once you add additional arguments only available in jQuery UI, you'll see console printing {{{block}}}
    44
    55Here is your example updated - [http://jsfiddle.net/drulia/UScJj/]