Skip to main content

Bug Tracker

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 anonymous comment:1

Oh, i forgot one thing - it is working properly while developers console is on.

Changed January 22, 2014 01:38PM UTC by dmethvin comment:2

owner: → anonymous
status: newpending

Please post a complete example built with jsfiddle.net, your code snippet above is incomplete.

Changed January 23, 2014 12:38PM UTC by anonymous comment:3

status: pendingnew

http://jsfiddle.net/kJZjL/3/

sorry, but seems it is not reproducing. will try again once get it

Changed January 23, 2014 04:52PM UTC by timmywil comment:4

resolution: → notabug
status: newclosed

Closing until it can be reproduced.