As a new user, I'm having difficulty getting a working mootools lib.
As near as I can tell, the online build tools are too complex.  I
download an uncompressed mootools-1.2.3-core-nc.js and head over to
http://www.clientcide.com/js to get the dbug script.  Wow this page
has way too many options.  I've tried many different ways of getting a
dbug script as well as a script that includes tons of stuff I don't
need right now, which is fine for my dev purposes.  It downloads as
clientcide-trunk-2.1.0.js.  Do I need mootools more stuff?  I've tried
multiple ways of building this lib as well.  This is way too complex
for someone wanting to go from the online tutorials to playing with
their own code.

When I try something simple like a header script:

 window.addEvent('domready', function(){
   dbug.log("HELLO")
 });

All I get is a console error in firegub:
fn is undefined
http://localhost:4000/javascripts/clientcide-trunk-2.1.0.js?090915380490
Line 2080

Any advice for a noob?

thanks, Jon

Reply via email to