Open
Description
Hey mate,
I'm not sure if this is the right place to ask since it is not an issue, but a question. ON my application, I have an onclick event triggering a function which will process the state data and add a new state. I do an AJAX call to get some stuff from the server after the statechange. So far great. But sometimes an user might one to click the same link again, to see if there is new data on the server, but since it is exact the same state data, the 'statechange' is not triggered.
So my question is how can I check if the state I want to push is the same as the current state, so I can sent it to another function?
Thanks for a fantastic plugin
Sol