[jQuery] Re: Why does it take so long for a new topic to be posted?

2008-02-22 Thread Sientz
On Feb 22, 8:41 am, gh0st <[EMAIL PROTECTED]> wrote: > Why does it take so long for a new topic to be posted? It really is > frustrating esp, if you want answers to questions. It has nothing to do with 'Google'. If you look at the link on the right that says 'About This Group' it says somethin

[jQuery] Div Changer Script Using Show and Hide

2008-02-22 Thread Sientz
I was just wondering if someone could give this a quick look and see if there is anything wrong with it. It seems to be working on the web site but perhaps there is something I could do to make it more efficient. $(document).ready(function(){ //THIS HIDES ALL LISTED DIVS ON LOADING OF PAGE

[jQuery] Div Changer Using Hide And Show

2008-02-21 Thread Sientz
I created this script to hide and show divs on a web page I am working on. It is working properly as far as the effects on the page go. I was just wondering if there is any way I can clean it up or make it simpler. Thanks. $(document).ready(function(){ //THIS HIDES ALL LISTED DIVS ON LOADI