strager
-
Infogrid - Hide when clicking outside the grid
So everything is all done, and I'm talking to my boss about putting a Humans.txt in there. I have seen one small issue that's plaguing me (no one else has noticed yet thankfully). When using IE, when I click on an item the last item will o…
-
Infogrid - Hide when clicking outside the grid
Bingo :) - Everything seems to be working great! Thanks again for your help! - I saw your comment in the code and I can't add a "credits" link anywhere sadly, but I may be able to swing adding a link in the comments. Unfortunately thi…
-
Infogrid - Hide when clicking outside the grid
Thanks by the way - saved me TONS of headaches! Ok.... got it working (I had to export it rather than copy/paste each section - I think it had to do with where I was putting the stuff..... The only issue we are having now is you changed how the i…
-
Infogrid - Hide when clicking outside the grid
Looks great in the codepen..... seem to be having some trouble getting it to work outside that environment however..... Likely something obvious I'm missing lol..... I'll keep trying and let you know if/when I get it.
-
Infogrid - Hide when clicking outside the grid
Guess not..... anyone else? I'm totally at a loss here.....
-
Infogrid - Hide when clicking outside the grid
Hompimpa - Have you had a chance to look at the changes I made at all?
-
Infogrid - Hide when clicking outside the grid
Ok...... I'm 99% of the way there :) - as far as I can see there are two bugs remaining.....I updated the codepen at http://codepen.io/anon/pen/njBma Bug 1.) When you click on the header title, the header closes and than re-opens (I was told …
-
Infogrid - Hide when clicking outside the grid
Another Update: I managed to get it ALMOST working....However when I do it this way IE stops working with the script, and the indented issue still occurs...... // Click anywhere outside the Infogrid $(document).click(function () { // re…
-
Infogrid - Hide when clicking outside the grid
Update: I added the following to your code and the font goes back to the right size....however when I do this, the item looks indented slightly compared to the other headers (and the boxes still don't revert to the correct size) $el.stop…
-
Infogrid - Hide when clicking outside the grid
It also looks like the boxes stay "shrunk" when they revert..... but we are a lot closer than I was on my own!!! (Thanks a lot for what you've already done by the way....)
-
Infogrid - Hide when clicking outside the grid
Yes.... that's the basic idea..... it's closing the box in your example, but the font doesn't shrink down for the header title. What variables are you referring to?
-
Infogrid - Hide when clicking outside the grid
I had to strip out most of the content (it's proprietary at the moment until we are ready to release it) but this is basically how it looks currently: http://codepen.io/anon/pen/njBma
-
Infogrid - Hide when clicking outside the grid
Actually I turned that off.... I'd like it to revert to no item being open at all so all the items on the grid were just the headers (no content shown)