Side navigation
#3395 closed bug (duplicate)
Opened September 23, 2008 08:12AM UTC
Closed December 19, 2008 06:11PM UTC
Webkit: .hide() does not work
Reported by: | Ti | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | webkit, safari, chrome, hide | Cc: | |
Blocked by: | Blocking: |
Description
<body> <script src="jquery-nightly.pack-r5754.js"></script> <script> // does not work (in webkit element is visible) $('<p>hide me before attach</p>').hide().appendTo('body') // work, element is hidden $('<p>hide me after attach</p>').appendTo('body').hide() </script> </body>
This was already reported and dicussed on the jquery-dev group.
We'll probably fix this for 1.3.