tairli
Results
2
comments of
tairli
Hi! Found myself in need of this functionality and here ```javascript // iterate the row and find the max height $row.each(function(){ var $that = $(this), style = $that.attr('style'), display =...
The initial concept allows you to block/delay scripts on your page **which are loaded by JS**. The code controls creation of elements in DOM. It was limited to main Apps...