Get URL with JavaScript
At some point in time you need to get the current URL and do some logic based on it. JavaScript has handy API called window.location … Read more
At some point in time you need to get the current URL and do some logic based on it. JavaScript has handy API called window.location … Read more
If you need to scroll to a specific location on the page this little custom jQuery function can help you out. This snippet will help … Read more
If you like using pixel values but understand that having your fonts set in EMs works better, especially when tackling responsive web design then this … Read more