Side navigation
#11641 closed bug (invalid)
Opened April 25, 2012 10:02AM UTC
Closed May 10, 2012 08:19AM UTC
show function does not work in IE
Reported by: | EmRa228@Gmail.com | Owned by: | EmRa228@Gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
1) this:
$j(".hesab_form").addClass('mustberemoved').clone().removeClass('mustberemoved').appendTo( $j(this).closest("tr.hesab_banki").find("td.pay_table_go_here") ).show();
2) and this:
$j(".hesab_form").addClass('mustberemoved').clone().removeClass('mustberemoved').show().appendTo( $j(this).closest("tr.hesab_banki").find("td.pay_table_go_here") );
show() function in each two code works fine in FF but number 2 does not work in IE8.
Attachments (0)
Change History (2)
Changed April 25, 2012 10:03AM UTC by comment:1
owner: | → EmRa228@Gmail.com |
---|---|
status: | new → pending |
Changed May 10, 2012 08:19AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
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.