Opened 11 years ago
Closed 11 years ago
#11701 closed bug (invalid)
jQuery doesn't play nice with MS Gridview for .show() & .hide()
Reported by: | 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
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
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.