Opened 13 years ago
Closed 12 years ago
#6614 closed bug
BUG: jQuery 1.4.2 > $().after();
Reported by: | shamuntoha | Owned by: | shamuntoha |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | selector | Version: | 1.4.2 |
Keywords: | after | Cc: | |
Blocked by: | Blocking: |
Description
- FF works, IE8 does not working.
- Line 2 > .after() does nothing in IE8
Line 1: $('[name="bladid"]').val( $(this).find('td:nth-child(1)').html() ); Line 2: $('[name="bladid"]').after('<a target="_blank" href="bladeninfo/upload.php?bladid=' + $(this).find('td:nth-child(1)').html() + '>NL/FR upload</a>');
- FF i get same code, output:
<input type="text" name="bladid"> <a href="bladeninfo/upload.php?bladid=2245" target="_blank">NL/FR upload</a>
IE none.
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | 1.4.3 |
---|---|
Owner: | set to shamuntoha |
Priority: | → low |
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
Note: See
TracTickets for help on using
tickets.
Can you distill the above code snippets into a test case on jsFiddle, Thanks!