Side navigation
#13165 closed bug (duplicate)
Opened January 07, 2013 03:27AM UTC
Closed January 07, 2013 03:58AM UTC
$('title').html() will report an error using IE7-8
| Reported by: | saha.wow@gmail.com | 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
Attachments (0)
Change History (1)
Changed January 07, 2013 03:58AM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
Duplicate of #2755.Use
document.title, you can't set HTML inside the title.