I have a very big problem…
I made a web site using the ajax technology and the d3 js library.
in practice I have only one html page and using javascript, d3, ajax and java servlet I replace the content of the page at every click.
now, let me say that I was forced to work as well, was not for me I would never have done so.
The problem is that if I decide, at a certain point of my navigation, to refresh the page or to go backward (with the buttons on the browser) I return to the home page.
How can I do?
Thanks a lot! I hope I explained and sorry for the bad English!!
finally I didn’t use libraries.
I used the javascript event listeners
in the function funcRef I have this code:
ecc….
It works!
🙂