I am learning about history in HTML5, in this example (open the JavaScript browser console to see error) the event.state.url returns:
Uncaught TypeError: Cannot read property 'url' of undefined
Look and help: http://jsfiddle.net/un4Xk/
|
I am learning about history in HTML5, in this example (open the JavaScript browser console to see error) the
Look and help: http://jsfiddle.net/un4Xk/
| ||||
|
feedback
|
|
To access the DOM event object, use
Remember that the state is only defined when the new state has data, so it is not available when clicking and then going back to the initial state:
It is, however, available when clicking, clicking another time and then going back:
| |||||||||||
feedback
|