|
Hmm, you may need Insertion.Bottom() instead of After. The
after will be out of the ‘left_column’ container. The code below may also be problematic because the newly
inserted node has the same id as the one after which you inserted. <a
href="" Insertion.After('left_column',
'<div class=\"section\" id=\"left_column\">Insertion
Test</div>'); return false;"> From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tristan
Kelley Thanks Ken |
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
