Opened 10 years ago
Closed 10 years ago
#13165 closed bug (duplicate)
$('title').html() will report an error using IE7-8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When call the $('title').html(xxxxx) function in an AJAX callback, there is an error: jquery.min.js, row 2 character 66529
Note: See
TracTickets for help on using
tickets.
Duplicate of #2755.
Use
document.title
, you can't set HTML inside the title.