Notes page 25
jQuery - Check if an image is loaded Here’s a snippet I often use when working with images, as it is the best way to know if an image is…
jQuery - Clone table header to the bottom of table For a better readability of your tables, it can be a good idea to clone the table header…
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 When you’re using columns to display content on your site, it definitely look better if the columns have an…
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…