Changes between Version 1 and Version 2 of Ticket #9120, comment 2
- Timestamp:
- Feb 25, 2013, 8:08:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9120, comment 2
v1 v2 1 1 once 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. 2 2 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}}}3 Also 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}}} 4 4 5 5 Here is your example updated - [http://jsfiddle.net/drulia/UScJj/]