Bug Tracker

Modify

Ticket #12328 (closed bug: invalid)

Opened 9 months ago

Last modified 9 months ago

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

comment:1 Changed 9 months ago by jaubourg

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

comment:2 Changed 9 months ago by jaubourg

  • Status changed from new to closed
  • Resolution set to invalid
  • Description modified (diff)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.