Skip to main content

Bug Tracker

Side navigation

#8983 closed bug (invalid)

Opened April 27, 2011 03:33AM UTC

Closed May 11, 2011 08:11AM UTC

123

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

$(document).ready(function() {

$('.box2').hide();

$('.box3').hide();

$('.box4').hide();

$('.box5').hide();

$('.box6').hide();

$('.box1').click(function(){

$('.box2').hide();

$('.box3').hide();

$('.box4').hide();

$('.box5').hide();

$('.box6').hide();

$('.box1').fadeIn(5000);

})

$('.box2').click(function(){

$('.box1').hide();

$('.box3').hide();

$('.box4').hide();

$('.box5').hide();

$('.box6').hide();

$('.box2').fadeIn(5000);

})

Attachments (0)
Change History (2)

Changed April 27, 2011 03:33AM UTC by rwaldron comment:1

owner: → anonymous
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case 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, I've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.

... You're lucky I don't just close this.

Changed May 11, 2011 08:11AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

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!