Notes

Notes page 26

jQuery - Div full Width and Height of viewport

jQuery - Div full Width/Height of viewport with jQuery This handy piece of code allows you to create a full width/height div according to…

jQuery - Equal height columns

jQuery - Equal height columns When you’re using columns to display content on your site, it definitely look better if the columns have an…

jQuery - Load external content

jQuery - Load external content Do you need to add some external content to a ? It is pretty easy to do with jQuery, as demonstrated in the…

jQuery - Open external links in a new tab

jQuery - Open external links in a new tab The attribute allows you to force opening of links in new windows. While it is relevant to open…

jQuery - Partial page refresh

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 - Preload images jQuery make it easy to preload images in the background so visitors won’t have to wait forever when they would like…