function add() {
topPatCnt = topPatCnt + 1;
...
...
...
var td1 = new Element(...........).observe('focus', function()
{highlight("indicator1"+topPatCnt)});
...
...
...
}
something like this ...
so at the frontend when you click the button which trigger add()
function, extra dynamic form
On 12月3日, 下午5時54分, kangax <[EMAIL PROTECTED]> wrote:
> Ah...
> Last element issue sounds familiar...
> Could you paste that chunk of code where you increment topPatCnt?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---