You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: