hello every one, can anyone please help me, how to resize font size by resize event of div using jquery ui plugin?
html :
<div>my testing data</div>
script :
$('div').resize(); //this function is called from resize plugin of ui jquery
i want to increase font size by resizing the div.