David Konsumer
David Konsumer
Yeh, that still doesn't seem like the right direction. The whole idea of checking for features, rather than browser-sniffing is this: http://ejohn.org/blog/future-proofing-javascript-libraries/ You can just use jquery-migration, if you want...
Agreed. That is the point of document.documentMode and It returns correct info for browsers that support it, so you can check that param, rather than a fragile regex or inserting...
Ah, ok. I guess I misunderstood. Support matrix for those that support hashchange is here: http://caniuse.com/#search=hashchange Of those, how many would not support the hack? If the answer is "none"...
I am not proposing a random boxModel check, if this is to be properly implemented, I am just saying it's better than adding an iframe, and in my usage better...
I'm going to fork and do that, so it's more clear.
#36 totes. just slightly less checking in top-level, if browser has hashchange
I think #30 is a better solution.
#34 or #36 #36 is basically the same solution, but first check for IE is slightly faster for non-IE in #36. Both solve it well.
Not sure why travis failed, just changed README.
I am trying to map this relationship: 