Ticket #11701 (closed bug: invalid)
jQuery doesn't play nice with MS Gridview for .show() & .hide()
| Reported by: | jsholsinger@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.