[jQuery] Help! Problem with using show/hide with divs

2009-03-19 Thread Robert Hill
Hello, I'm trying to create a script that would allow me to display a div element when the user's mouse entered a specific div, and then have that div close when you existed that specific div There would be about boxes in all . My current problem is that the #showbox closes as soon as the mous

[jQuery] Re: formatting/defining variable values

2008-02-21 Thread Robert Hill
, jQuery > won't find them so .val() doesn't exist for the object. Remove the > ':checked' and try again. > > Cheers, > > Hamish > > On Feb 21, 11:32 am, Robert Hill <[EMAIL PROTECTED]> wrote: > > > Hello > > > I'm collecting

[jQuery] Re: formatting/defining variable values

2008-02-21 Thread Robert Hill
han undefined if you find inputs successfully. > > HOWEVER, there is another problem: > > Putting ':checked' means that if the boxes are NOT checked, jQuery > won't find them so .val() doesn't exist for the object. Remove the > ':checked' and try agai

[jQuery] Re: formatting/defining variable values

2008-02-21 Thread Robert Hill
Here is the html code: http://www.w3.org/1999/xhtml";> Form : Carman Research $(document).ready( function(){ // this jquery inplementation is based on techniques described by Tavis Davis at http://trevord

[jQuery] Re: formatting/defining variable values

2008-02-21 Thread Robert Hill
Thanks for looking! I posted the source above. cheers, -robert

[jQuery] formatting/defining variable values

2008-02-20 Thread Robert Hill
Hello I'm collecting a number of values from various form elements: textfield, radio, checkbox. since some of the fields aren't require on my form, when I POST their values they are returned as 'undefined' is there a way in Jquery that would allow me to set all variables that are undefined with