Notes page 26
jQuery - Load external content Do you need to add some external content to a div? It is pretty easy to do with jQuery, as demonstrated in…
jQuery - Open external links in a new tab The target="blank" attribute allows you to force opening of links in new windows. While it is…
jQuery - Partial page refresh If you need to refresh only a portion of a page, the 3 lines of code below will definitely help. In this…
jQuery - Preload images jQuery make it easy to preload images in the background so visitors won’t have to wait forever when they would like…
jQuery - Smooth scrolling to top of page Allow your visitors to smooth scroll to the top of the page simply by clicking a a link (with #top…
jQuery - Sort a list alphabetically On some cases, it can be very useful a sort a long list by alphabetical order. This snippet take any…