0

I know it's possible to bind on re-size with:

$(window).bind('resize', myFunction)

However

$(window).bind('zoom', myFunction)

Does not work. The event I am trying to bind on is when you zoom and make text bigger cmd + or ctrl + . Anyone how to bind to that event? Thank you.

Xeo
  • 357
  • 2
  • 11
  • 1
    http://stackoverflow.com/questions/995914/catch-browsers-zoom-event-in-javascript – xdazz Aug 23 '12 at 05:02
  • 1
    Looks like an exact dup to me: http://stackoverflow.com/questions/995914/catch-browsers-zoom-event-in-javascript – jfriend00 Aug 23 '12 at 05:03

0 Answers0