Skip to main content

Bug Tracker

Side navigation

#11701 closed bug (invalid)

Opened May 04, 2012 04:29PM UTC

Closed May 04, 2012 09:39PM UTC

jQuery doesn't play nice with MS Gridview for .show() & .hide()

Reported by: jsholsinger@gmail.com Owned by:
Priority: low Milestone: None
Component: misc Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

First show() markup (target element is $("#ComponentDropDown"):

<div id="ComponentDropDown" style="display: none;" name="ComponentDropDown">

<div>

<table class="DropDownGridView" id="ctl00_ContentPlaceHolder1_ComponentGridView1" style="border-collapse: collapse;" border="1" rules="all" cellSpacing="0" cellPadding="2" name="ComponentGridView1" Criteria="TBL_PERSON_LOCATION.COMPONENT_ID">

=

Select an item from DropDown Div:

<div id="ComponentDropDown" name="ComponentDropDown">

<div style="display: none;" jQuery17202267196457407552="5">

<table class="DropDownGridView" id="ctl00_ContentPlaceHolder1_ComponentGridView1" style="border-collapse: collapse;" border="1" rules="all" cellSpacing="0" cellPadding="2" name="ComponentGridView1" Criteria="TBL_PERSON_LOCATION.COMPONENT_ID">

=

.click event will continue to fire, but show and hide on the target element doesn't

Attachments (0)
Change History (1)

Changed May 04, 2012 09:39PM UTC by sindresorhus comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

Thanks for taking the time to try to contribute to the jQuery project but this is not a valid bug. This bug tracker is not a support forum, and is only for solving reproducible, verifiable bugs with jQuery Core itself.

If you require assistance with your code, try asking in the forums, #jquery on Freenode, or on StackOverflow.