elementQuery
elementQuery copied to clipboard
An element query polyfill you can use today.
It's a great library, works well on resize(drag your window to different sizes). But Pretty wonky when maximize and restore buttons are used for browsers. Tested on Chrome Version 55.0.2883.87
I'm looking at a handful of options around the idea of element queries. I just pulled your repo and did a small experiment that made me curious about performance. Essentially,...
[](https://reviewable.io/reviews/tysonmatanich/elementquery/25)
Root ems ('rem' units) are useful for elements should depend on the body font size rather than the font size of the element in question. Adding support for rems to...
And another one for the prod branch alas, there is no way to register a package with bower and point it at a branch. but users can still do this:...
Here's basic support for bower. Let me know what you think!
I'm using dotdotdot.js (multiple lines ellipsis) on blocks styled with elementQuery. The problem is that I have to wait for elementQuery to finish its job if I want to apply...
I am working on a SharePoint 2010 site. User can add more than one Web Part in a page and can resize a Web Part as per their requirement. Is...
When elementQuery tries to load an external style sheet, some browsers will throw an error: “SecurityError: The operation is insecure.” -- this comment explains how to fix it. The error...
On the off chance you want to add more dynamic sensing of element size changes, you may find this helpful: http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/