Solving jQuery Conflicts with other JavaScript Libraries
I was developing a page that for some reason had to use 3 different JavaScript libraries (jQuery, MooTools and Highslide) and got into so much problems. Largely because the different libraries were...
View ArticleHide DIV/SPAN Element Automatically After a Few Seconds Using jQuery
One of the many ways to get 100% attention from your website visitors is to interact with them using popups. Nope, not the 90s, ugly, annoying popup but the neat jQuery modal one. And sometimes you...
View Article10 Useful jQuery Snippets for Creating Fade Effects
jQuery is being used by more and more web designers nowadays to create simple animation in web pages. One of the most commonly used effect is the fade in/out effect which is used in image slideshows,...
View ArticleHow to Add a ’selected’ Class to the Menu Link of the Current Page using jQuery
Differentiating the menu item of a current web page from other menu items is pretty important, generally because it enhances user experience as it instantly tells the user exactly which part of the...
View Article