cowboy/jquery-hashchange

Add a method to set page title for IE7

cowboy opened this issue · 1 comments

This is not an issue, just a suggestion. If you use document.title to set page title your titles will not appear in history menu in Internet Explorer 7.

Repro steps:

  1. Open BBQ demo in Internet Explorer 7
  2. Click Next button few times
  3. Open history menu

Observe: history menu contains full URLs
Expected: page titles (12, 13, 14 etc)

See http://chuchuva.com/pavel/2010/04/jquery-bbq-plugin-and-internet-explorer-7/

Added IE6/7 document.title support. Closed by 8da2c03.