isGroupPaging lazy load animations for add/remove disable animation on imagesLoaded loading
cellAlign wrapAround
videos
handling clicks vs. dragging HTML init lots of files
jQuery Bridget imagesLoaded flickity-imagesloaded cell-change (add/remove) syncing
scrollTop & scrollLeft
can't set button.type = 'button'
has to be button.setAttribute( 'type', 'button' )
cannot .focus()
on a button that is disabled
function preventDefaultEvent( event ) {
if ( event.preventDefault ) {
event.preventDefault();
} else {
event.returnValue = false;
}
}