I observe that the following $$ expression works fine in both Firefox
and IE7. The css class "period" is placed on some <TR>s.
var rowArray = $$("#" + empTableId + " tbody .period");
var periodCount = rowArray.size();
In contrast, the following expression works in Firefox, but fails to
return dynamically added <TR>s in IE. (It does return static HTML in
both Firefox and IE.)
widgetArray = $$("#" + empTableId + " tbody tr td div
.timeWidget");
var widgetCount = widgetArray.size();
The css class is placed on "input type='text'" widgets.
Is this some kind of known problem?
Thanks very much. . . Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---