BillT wrote:
> ...
> Specifically, there were 28 static html widgets satisfying this $$,
> plus the dynamically added, 29th widget.
>
> When I then loop with the following, the loop apparently attempts to
> include the dynamically added widget. It successfully loops through
> the 28 pre-existing static html, then basically crashes on the first
> instruction inside the loop for the dynamically added 29th widget:
>
> widgetArray.each(function(widget) {
> alert("Beginning loop"); //crashes here
>
> Any help would be very much appreciated.
>
What kind of crash? Do you get an exception message? Are you waiting
10ms to allow the DOM tree to refresh?
- Ken Snyder
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---