[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,

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

2009-07-26 Thread Billy
what properties it does support (not many):http://www.quirksmode.org/css/display.html On Jul 20, 2:44 am, Billy mail.billy...@gmail.com wrote: Hello all, I'm relatively new to jQuery, and I'm having some trouble making a selected tbody display in IE. It seems to work fine in FireFox

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

2009-07-20 Thread Billy
() { //... $('#questionTable tbody:first').addClass('selected'); //... }); /script Relevant CSS associated with this: style #questionTable tbody { display: none; } #questionTable tbody.selected { display:table; } /style 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: table thead tr thmy header content/th /tr /thead tbody tr tdmy body content/td /tr /tbody /table Then in your jQuery code do: $(table tbody tr) Hope that helps :) On Jan 5, 9:18 am, vivekamar...@gmail.com

[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 items