Modify ↓
Ticket #12328 (closed bug: invalid)
Interprets parentheses in a string as 'function argument' ???
| Reported by: | em.andersson@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by jaubourg) (diff)
This little piece of code should be OK shouldn't it. It shows an errormessage "Line: 6196 Error: Invalid argument." on IE 8-9-10 ( http://code.jquery.com/jquery-1.7.2.js works )
<!DOCTYPE html>
<html><head>
<script src='http://code.jquery.com/jquery-1.8.0.js'></script>
</head>
<body>
<script>
$('body').append('<b>aa</b>()','<b>bb</b>');
</script>
</body>
</html>
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.
Note: See
TracTickets for help on using
tickets.

This is a bug tracker. For questions regarding using jQuery and general support, please use the forums or IRC, as stated in the bug reporting guidelines: http://docs.jquery.com/How_to_Report_Bugs#Make_sure_it_is_a_jQuery_bug