[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: getJSON being ignored

2009-03-06 Thread Hill
tbody tr:even').addClass('alt'); $('.carrierSelect tbody tr').bind('click', function(event){ $('.carrierSelect tbody tr').removeClass('selected'); $(this).addClass('selected');

[jQuery] Re: getJSON being ignored

2009-03-06 Thread Hill
tbody tr:even').addClass('alt'); $('.carrierSelect tbody tr').bind('click', function(event){ $('.carrierSelect tbody tr').removeClass('selected'); $(this).addClass('selected');

[jQuery] getJSON being ignored

2009-03-06 Thread Hill
This is probably a simple problem, but I can't seem to find the fix. I have three getJSON events that work inside of a tab like form on a page. I load the page and navigate to the first tab, each tab has its own getJSON request. The first tabs getJSON does not fire and is ignored. Then I move to

[jQuery] JSeclipse?

2008-03-31 Thread Thomas Hill
Has there been any progress in creating a JQuery library xml file, or whatever is needed for the JSEclipse plugin? Does anyone know of where I could find it? Google only reports old news posts, and I was wondering if anyone has done anything with it since.

[jQuery] Re: jquery treeview async doubt

2008-03-03 Thread Thomas Hill
0:54 AM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Thomas Hill schrieb: > > Kind of long winded, but I hope it's what you needed. Anything else, > > lemme know. > Thanks for writing it down. To compensate the lack of documentation, > I've added that to the wiki: http://docs.jquery.com/Plugins/Treeview > > Its a start :-) > > Jörn >

[jQuery] Re: jquery treeview async doubt

2008-03-03 Thread Thomas Hill
I recently grappled with this, so I'll help give you a leg up. Note that in the original async code, the only part of the list that exists at first is just an , and an . On the page load, treeview is loaded with the parameter "url: source.php," which is the page it goes to for its data. If you tak

[jQuery] Re: [treeview]

2008-02-25 Thread Thomas Hill
Well, I'm not sure if this really needs a ticket since I may just be unclear on how to do this. I've kind of got it working now, but I end up sending html, instead of json like I'd like to (I used one of the solutions posted in your blog page's comments). Here's what I am trying to accomplish, and

[jQuery] Treeview Ajax Loaded Nodes?

2008-02-22 Thread Thomas Hill
I'm using jQuery 1.2.2, and treeview 1.4, and I've read as much as I could find on treeview. I can't seem to find, however, a demo on loading specific nodes with dynamic data when they are expanded. The async demo doesn't necessarily show how to do that, either, unless it's a full tree load. Am I

[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