Skip to main content

Bug Tracker

Side navigation

#12729 closed bug (notabug)

Opened October 15, 2012 10:37AM UTC

Closed October 17, 2012 06:59AM UTC

Last modified October 17, 2012 12:50PM UTC

attr not working

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.2
Keywords: dbr Cc:
Blocked by: Blocking:
Description

attr and removeAttr is working on $(document).ready(function(){}); But not working on $(window).load(function(){}); and $(window).bind('load',function(){});

Attachments (0)
Change History (7)

Changed October 15, 2012 12:43PM UTC by timmywil comment:1

owner: → anonymous
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.

Changed October 16, 2012 01:03AM UTC by anonymous comment:2

status: pendingnew

Replying to [ticket:12729 anonymous]:

attr and removeAttr is working on $(document).ready(function(){}); But not working on $(window).load(function(){}); and $(window).bind('load',function(){});

Hi! I'm a contributor.

This failure case is IE(6,7,8,9).

Firefox and Chrome is working.

Changed October 16, 2012 01:14AM UTC by anonymous comment:3

Replying to [comment:1 timmywil]:

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket. Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.

ok

thanks!

Changed October 16, 2012 04:11PM UTC by elgreg comment:4

status: newpending

Changed October 17, 2012 05:21AM UTC by anonymous comment:5

status: pendingnew

Hi I'm a contributor.

Sorry, Its a mistake.

Noticed, while making the test case.

Please [ Ticket #12729 ] is delete.

thanks

Changed October 17, 2012 06:59AM UTC by mikesherov comment:6

resolution: → notabug
status: newclosed

Changed October 17, 2012 12:50PM UTC by timmywil comment:7

keywords: → dbr