How can I block IMG tag sources from loading?
Im using the button UI to load buttons instead of images. But the images do appear, then on document.ready get zapped.
I can block them with jquery, but Im trying to block the images from flickering.
i wish jquery had a beforedocument.ready function for just such actions