By mswatcher
via blogs.msdn.com
Submitted: Aug 05 2008 / 07:33
With just a little code and some prompting from people on Twitter, I was able to add support for FireFox, Safari, and IE7 to the paging demo that I wrote on http://xmldocs.net/sl2paging. Basically I added a DispatcherTimer to my page class and every 200ms I check to see if the hash has changed. It definitely isn't as elegant as the hashChanged event in IE8 but it works cross-browser. Here's how I did it.
Add your comment