Associate a resize event handler with a table row using jQuery

I wonder if it is possible to associate a resize event handler with a table row.

+4
source share
1 answer

Yes and no, yes, but not by default. However, there is a plugin to support this Ben Alman - a jQuery resize event plugin that allows you to resize more than just a window .

Here you can test it with <tr> .

+8
source

Source: https://habr.com/ru/post/1332092/


All Articles