We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When combined with jQuery and CoffeeScript, jQuery-turtle provides a reimagining of LOGO for the Intrnet era.
Here is a complete working example that uses jquery turtle:
<html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="//raw.github.com/davidbau/jquery-turtle/master/jquery-turtle.js"></script> <script src="//raw.github.com/jashkenas/coffee-script/master/extras/coffee-script.js"></script> <script type="text/coffeescript"> eval($.turtle()) pen 'red' for x in [1..4] lt 90 fd 50 </script> </head> </html>
There was an error while loading. Please reload this page.