
A little back story into why I am writing this little post:
I am currently working on a web app that requires different functionality and styling between desktop and mobile views (Yes, I’m talking responsive here
). I ran into some trouble with the “mobile menu” view – the menu gets hidden for mobile to make space for content (UX win!) which the user can then call back into view via a button that is only visible in mobile. Pretty standard stuff right?
» Read more: Using JavaScript/jQuery to match a word in the URL string and apply CSS accordingly