Opened 13 years ago
Closed 13 years ago
#7296 closed enhancement (wontfix)
$.isHTMLElement
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | core | Version: | 1.4.3 |
Keywords: | html element test | Cc: | |
Blocked by: | Blocking: |
Description
I have found that checking whether a given object is an HTMLElement must be done differently in IE. I have written a small plugin to add $.isHTMLElement(), and I believe it is a common enough procedure that it is worth adding to core.
The plugin can be downloaded at http://www.nerdyisback.com/examples/jquery.ishtmlelement.js
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfiled → core |
---|---|
Keywords: | html element test added |
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
If this isn't used in the library internally, it should live as a plugin. Feel free to create a plugin that does this.
Thanks.