jQuery orientationchange event -- having problem

yes I built a responsive site, but some changes don’t take place when you change orientation, only when you reload the page… actually my site is a photo site and when you nav from photo to photo it’s a new url every time (with a query string that contains no. of photo…) so it’s not a big deal, but I still would like changes to change as soon as orientation is changed… if possible…

I posted more details about my particular problem here,

it turns out that – in iOS simulator at least, all CSS changes work, except the one where I need window height to register… orientation-change does not register change in window height…

thank you…