[Bootstrap] Div Heights

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
excessive enters can be easily resolved using settimeout approach where the function to resize only kick in via event queue. I remember one will also need to work in combination with clearTimeout. that will allow resizing to proceed with no changes to the dom until the resizing event has settle down.

setImmediate can also be used, but I think it is only currently supported in IE10 and later. someone did wrote a cross browser JS which is worth looking at https://github.com/YuzuJS/setImmediate

Anyway, this is just a POC within JSFiddle for TS interest

https://jsfiddle.net/f82dwd9a/9/
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top