Skip to Main Content
MooTools 1.3 Cookbook
book

MooTools 1.3 Cookbook

by Jay L Johnston
July 2011
Intermediate to advanced content levelIntermediate to advanced
276 pages
5h 11m
English
Packt Publishing
Content preview from MooTools 1.3 Cookbook

Injecting a "TR" data row into a "Table"

Those coming from the previous recipe will note quite a similarity. There are only a few differences in this example, and it shows how to handle rows instead of cells.

How to do it...

Inject a TR instead of a TD. Set the property HTML instead of TEXT in the Element() constructor, and the DOM markup will vary in that the table will expand vertically, via TR elements instead of horizontally via TD elements.

<h1>World's Coolest Superheroes </h1> <form action="javascript:" method="get"> <input id="submit" type="button" value="Add a TR"/> </form> <table border="1" id="marble"> <tr> <th>Superhero</th> </tr> </table> <script type="text/javascript"> var other_heroes = ['Spider-Man', 'Iron Man', 'Hulk', 'Captain America', ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Jump Start Web Performance

Jump Start Web Performance

Craig Buckler

Publisher Resources

ISBN: 9781849515689Other