search for: getlineitem

Displaying 1 result from an estimated 1 matches for "getlineitem".

Did you mean: getlineitems
2007 Jul 20
0
IE6 assigns "undefined" to _counted property when matching
I''m pretty sure I''ve come across a bug for CSS matching in IE6. (I''m kind of new at the collaborative thing, so I figured here would be a safer place to write this, as opposed to The relevant HTML is: <script type="text/javascript"> function getLineItems() { return $$("#LineItems tbody tr"); } function addLineItem(e) { var template = $(''LineItemTemplate''); new Insertion.Before( template, "<tr>" + template.innerHTML + "</ tr>" ); Event.observe( template.previous().down("a.rowctl&q...