Moving a group of elements using their HTML tag

Feel the managerial power as we move a little army of elements to their new position in our HTML.

Getting ready

When working with a complex form, all methods of grabbing elements are useful. We may wish to loop over all select values or option elements. There could be business requirements for the form to validate each type of element a certain way.

How to do it...

Often the gaming industry propels code development more than the business community. Games require flexible code that can be written with a minimum of syntax. Here is a recipe that might give us some ideas on how a word game could be created.

<script type="text/javascript" src="mootools-1.3.0.js"></script> </head> <body> <p><span>The </span> ...

Get MooTools 1.3 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.