[jQuery] Is it possible to show elements that is not CSS display:none;?
Hi all!
Is it possible to show elements that is not CSS
display:none;? In my case I'm showing some pictures and I don't like
that the browser only downloads the pictures when I show them through
jQuery. I would prefer if the browser downloaded all the pictures and
then I would show them though jQuery. I know I can do it by changing
the CSS instead of using show(), animate, slideDown etc. But I like the
easing effect and I'm not sure of to achieve that by setting css.
Any ideas to a workaround or someone who can explain to me why jQuery took this approach?
Thanks!
Don't misunderstand me - I really like jQuery (and especially its simplicity).