Opened 9 years ago
Closed 9 years ago
#14714 closed bug (notabug)
jQuery(form).attr('action') returns undefined in IE11
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.11.0-beta2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Code was <form action="index.php?option=someoption&task=sometask" onsubmit="ajaxLogin(this)" name="someName">
function ajaxLogin(form){
alert(form.attr('name')); alerts someName alert(form.attr('action')); alerts undefined.
}
Tried with jquery 1.8.1 and jquery 1.11.0 Beta 2
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
Please post a complete example built with jsfiddle.net, your code snippet above is incomplete.
comment:3 Changed 9 years ago by
Status: | pending → new |
---|
sorry, but seems it is not reproducing. will try again once get it
comment:4 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Closing until it can be reproduced.
Note: See
TracTickets for help on using
tickets.
Oh, i forgot one thing - it is working properly while developers console is on.