Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Update title of dynamically-loaded page? Reply To: Update title of dynamically-loaded page?

#237567
Shikkediel
Participant

Modernizr is a separate plugin that you’d need to add for the code to work, otherwise that line should be replaced with the one I mentioned.

if (Modernizr.history)
if (history.pushState !== 'undefined')

Should work for the rest. A live example of your efforts would otherwise be needed at this point to do any debugging…