Change URL without refresh jquery – history.pushState

Even if you make a website with ajax or you have to add a string in the url when you activate a tab by javascript, you need to do this manually.  One method would be hashtag, to add a hastag to url you have to use the following line of javascript: window.location.hash = ‘tutorial’; If… Continue reading Change URL without refresh jquery – history.pushState

Animated Drop Down Menu CSS3 Transitions

Nowadays more and more peoples browses the internet on mobile phones so we have to create the perfect environment and few some nice aniations will increase the change for that visitor to come back to your website. To achieve the effect that I am talking about we will use html, css and jquery toggle. We… Continue reading Animated Drop Down Menu CSS3 Transitions