How to use moo.rd
January 25th, 2008 | written by RDUsing moo.rd is really easy. Obviously, if you want to use moo.rd, first you have to have a MooTools copy on your Javascript root.
These are the simply three steps required:
- Go to download page and choose the components you want
- Now choose the compression type
- Type the download button and you’re ready
Now, put into your project the either the MooTools and moo.rd files:
1 2 3 4 5 6 7 | <script src="js/mootools.v1.1.js" type="text/javascript"></script> <script src="js/moo.rd_v1.3.js" type="text/javascript"></script> <script type="text/javascript"> window.addEvent("domready", function() { // do your application }); </script> |
You’re ready to work with moo.rd.
February 15th, 2008
[…] das bekannte mootools um einige Funktionalitäten und Effekte erweitert. Wie man es einsetzt, steht hier. Via #. « Daran erkennt man einen schlechten […]