Tagged Questions
1
vote
3answers
414 views
Why is the resize event constantly firing when I assign it a handler with a timeout?
I assigned a timeout to my window.resize handler so that I wouldn't call my sizable amount resize code every time the resize event fires. My code looks like this:
<script>
function init() {
...