↧
Reset CSS from Eric Meyer
reset.css is a CSS reset styles to reduce inconsistencies of browser when we build a website. It’s a great tool that simplifies the creation of layouts and keeps coherence in most browsers. According...
View ArticleRemove ‘#’ from URL
Sometimes, show in url a link like ‘http://youtwebsite.com/#link’ is not desirable. We can prevent it with the following routine in jquery: $(“a”).live(“click”, function(){ return...
View Article