jquery How to refresh pages when resize happens?
- by Maju
I have some indicator displays settings which float above a menu. Problem is when someone resizes the 'indicators stays on the same place', the page needs to 'refreshed to position correctly'. How to have a page refresh by itself when it detects the page is being resized?
or is there any better way to do it?
jQuery
function findPosY(b) {
…