Search Results

0
votes

change width more than 32767 with jquery

This is definitely a bug with Opera. Coincidentally, I was seeing it for the first time just yesterday. In my situation I have an inner container with width:9999em and an out …
0
votes

Getting elements that exceed the maxium value. JAVASCRIPT/JQUERY

Here is how I would deal with it: // given these values: var ul = $("ul"); var maxWidth = 200; // the total width counter var acc = 0; // find the li's and use the map (or filte …