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
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
le tbody:first').addClass('selected');
//...
});
Relevant CSS associated with this:
#questionTable tbody {
display: none;
}
#questionTable tbody.selected {
display:table;
}
Help?
Thanks in advance,
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
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
5 matches
Mail list logo