Opened 14 years ago
Closed 14 years ago
#3395 closed bug (duplicate)
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>
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Ariel - Which bug(s) relate to this issue? Is this the tracking bug for it? Which discussion mentioned this?
comment:3 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
This was already reported and dicussed on the jquery-dev group.
We'll probably fix this for 1.3.