[jQuery] Re: DivMenu

2009-06-14 Thread Glazz
Ok thanks for your sugestions, i'm going to implement those when i get back home. Thanks again. On Jun 14, 5:51 am, Charlie charlie...@gmail.com wrote: there are several reasons this isn't working , the main reason  is everything you click on is in the body,including the div you want to stay

[jQuery] Re: DivMenu

2009-06-14 Thread Glazz
Hi, its working almost like i want, know it the divs stay's opened if i open another one, i tryed using find(yourDivClass:visible).hide(); without success. Here's a screenshot of what is happening: http://i40.tinypic.com/14916wg.png The javascript that i edited: /**

[jQuery] Re: DivMenu

2009-06-14 Thread Glazz
I figured that out, just needed to put this: $(.divmenu-dados).hide(); in here $(element).click(function(){ $(.divmenu-dados).hide(); $('#' + divDados).show(); return false; }); On 14 Jun, 19:30, Glazz brunofgas...@live.com.pt wrote: Hi, its working almost like i want, know it the divs

[jQuery] Re: DivMenu

2009-06-13 Thread Charlie
get better response with a link to see the problem, jsbin works great , has built in script libraries including jquery Glazz wrote: nobody can help me out?

[jQuery] Re: DivMenu

2009-06-13 Thread Glazz
http://jsbin.com/ekaqe First click Euro (€), then a div shows up, the first problem is that if you click on the div, the div closes itself, and the other problem is, if you have 2 links to open divs they don't close itself, i need to click on the document page to close them Here is the JS:

[jQuery] Re: DivMenu

2009-06-12 Thread Glazz
nobody can help me out?