You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
So this isn't much an issue but a request but, I recently used jReject on a project and I love their browser detection feature where the added the info to the html class. This along with modernizr is amazing. I had another project where I'm actually using the jreject for just that reason. I'd love to see a light way stripped version that all it does is detect browser and adds those classes to the html tag.
The text was updated successfully, but these errors were encountered:
Not a bad idea. The detection code is technically separated in the jreject.js file. I could see the value of separating that into its own project.
It is originally based on jQuery Bower Plugin here: http://jquery.thewikies.com/browser/
The original author has not updated this library since 2008. I have made significant changes to it for use in jReject, mostly related to newer devices (eg, mobile).
I will keep this ticket open, and consider splitting the projects when I get the opportunity.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So this isn't much an issue but a request but, I recently used jReject on a project and I love their browser detection feature where the added the info to the html class. This along with modernizr is amazing. I had another project where I'm actually using the jreject for just that reason. I'd love to see a light way stripped version that all it does is detect browser and adds those classes to the html tag.
The text was updated successfully, but these errors were encountered: