Ticket #547 (assigned defect)
element Attribute error in ie
| Reported by: | sleets | Owned by: | kamicane |
|---|---|---|---|
| Type: | defect | Priority: | trivial |
| Milestone: | Mootools version 1.3 | Component: | Core |
| Keywords: | getAttribute | Cc: |
Description
[html]
<div id="xx" empty="sss">
[/html]
$(el).getAttribute( 'empty') // return sss in firefox
//return Element.Prototype.empty in ie.
Change History
Note: See
TracTickets for help on using
tickets.