jQuery history with winodw resize does not work
in Using jQuery Plugins
•
9 years ago
I'm trying to use this -> http://balupton.github.io/jquery-history/demo/ It's work perfect but when I want to use function with (window).resize it does not work. Maybe someone could help me ?
What's not working: Resize function
What I want: to get this script with resize
I recreated problem on FSFIDDLE
I tried:
$(document).ready( function() { history(); $(window).resize( function () { history(); }); });
But it seems doesn't work. Not on real time, try to click some tab then resize to bigger window and you will see that in left top corner will comes other tab. It mean it's not resize properly some values. On the other hand when you press some other tab(button) it will change to appropriate values. Maybe I'm doing something wrong I don't know so please help me :).
So any help or ideas would be great appreciate :)
Thanks :)
1