[jQuery] Re: hide some divs, show one

2007-08-18 Thread [EMAIL PROTECTED]
I´ve used something like this $(document).ready(function(){ $("#Fecha").click(function(){ $("#DivProduto").removeClass("DivImgVisible").addClass("DivImgNotVisible"); }); $("#carrega").click(function(){

[jQuery] Re: hide some divs, show one

2007-08-18 Thread [EMAIL PROTECTED]
thanks ! On Aug 17, 6:45 pm, Justin Sepulveda <[EMAIL PROTECTED]> wrote: > What you're looking for sounds a lot like tab functionality. I think > you could pull it off using Klaus's tab plugin. > > http://www.stilbuero.de/2007/05/14/tabs-plugin-more-flexibility/ > > On Aug 17, 1:21 pm, "[EMAIL P

[jQuery] Re: hide some divs, show one

2007-08-17 Thread Justin Sepulveda
What you're looking for sounds a lot like tab functionality. I think you could pull it off using Klaus's tab plugin. http://www.stilbuero.de/2007/05/14/tabs-plugin-more-flexibility/ On Aug 17, 1:21 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hi friends, > > I have a product list... whe