#7800 closed bug (invalid)
Jquery issue with anchor tag
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi
I am trying to use the latest jquery version 1.4.4 and I am getting error "Microsoft JScript runtime error: 'attributes' is null or not an object" on the line 1788 " if (!elem.attributes[name] && (elem.hasAttribute && !elem.hasAttribute(name))) {
return undefined;
}"
This issue was not with the previous version i.e 1.3.3 but with the current one it is.
If you try to add a tab control on a page and try to change the tab, this issue arises out.
Kindly provide a solution for it.
Thanks & Regards, Sachin Vaid
Change History (2)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project by writing a bug report. We require that all bug reports include a valid reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net. This enables us to more easily investigate this issue further.
So please provide such a test case. Also try the jQuery WIP version to make sure this issue hasn't been fixed already (sounds much like the issue in #7500)
How to report bugs