Side navigation
#14714 closed bug (notabug)
Opened January 22, 2014 05:51AM UTC
Closed January 23, 2014 04:52PM UTC
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
Attachments (0)
Change History (4)
Changed January 22, 2014 06:55AM UTC by comment:1
Changed January 22, 2014 01:38PM UTC by comment:2
owner: | → anonymous |
---|---|
status: | new → pending |
Please post a complete example built with jsfiddle.net, your code snippet above is incomplete.
Changed January 23, 2014 12:38PM UTC by comment:3
status: | pending → new |
---|
sorry, but seems it is not reproducing. will try again once get it
Changed January 23, 2014 04:52PM UTC by comment:4
resolution: | → notabug |
---|---|
status: | new → closed |
Closing until it can be reproduced.
Oh, i forgot one thing - it is working properly while developers console is on.