jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

.state problem in ie

Open ghost opened this issue 14 years ago • 1 comments
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.

ghost avatar May 16 '11 19:05 ghost

No, you aren't the only one having this issue.

All other browsers are fine, except the POS IE.

paulm17 avatar Feb 07 '12 21:02 paulm17