jquery-address
jquery-address copied to clipboard
.state problem in ie
trafficstars
Hey,
I have a problem with the state function in internet explorer. When I call this function and test it in Internet explorer the page keeps refreshing every second. This is the code I'm using:
$.address.init(function() {
$.address.state('/');
}).change(function(event) {
loadContent(event.value);
});
Anyone familiar with this issue?
Thanks in advance.
No, you aren't the only one having this issue.
All other browsers are fine, except the POS IE.