jney / jquery-textresize-event

text-resize detection jquery plugin

Home Page:https://github.com/jney/jquery-textresize-event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-textresize-event

A jquery event handler based on Christian Heilmann and Lawrence Carvalho article @ http://www.alistapart.com/articles/fontresizing

Example :

$('body').bind('textresize', function () {
  console.log('text resized !');
});

About

text-resize detection jquery plugin

https://github.com/jney/jquery-textresize-event