[jQuery] [autocomplete] how to clear hidden "key" field when user changes text value?

2009-08-13 Thread Billy
Hi all, I'm using autocomplete plugin, when the user types something the backend responds value and key information (for instance: John|76178 Mike|87252 Peter|87511 Using .result I'm setting the key in a hidden field in my form. $('#autocompleteTextboxId').result(function(event, data, formatte

[jQuery] Re: $(document).ready script appears to not run in IE?

2009-07-26 Thread Billy
smode to see what properties it does support (not > many):http://www.quirksmode.org/css/display.html > > On Jul 20, 2:44 am, Billy wrote: > > > Hello all, > > > I'm relatively new to jQuery, and I'm having some trouble making a > > selected display in IE. It s

[jQuery] $(document).ready script appears to not run in IE?

2009-07-20 Thread Billy
le tbody:first').addClass('selected'); //... }); Relevant CSS associated with this: #questionTable tbody { display: none; } #questionTable tbody.selected { display:table; } Help? Thanks in advance, Billy

[jQuery] Re: row highlite in jquery

2009-01-05 Thread Billy
You could try coding your table more specifically like this: my header content my body content Then in your jQuery code do: $("table tbody tr") Hope that helps :) On Jan 5, 9:18 am, vivekamar...@gmail.com wrote: > Hello, > > I have following poblem > > to highli

[jQuery] Keeping custom properties when clone()-ing

2008-04-21 Thread Billy WM
So I've created two custom classes with "containers" (droppables) and "items" (draggables) which have custom properties behaviors and some awareness of eachother. Now I got to the point of having a container tally up the price of all items inside it, but the problem is that this only works on item