That copy of env.js is out of date - you should use the newer one here:
http://github.com/jeresig/env-js

Or this even better branch here:
http://github.com/thatcher/env-js

Discussion is going on here:
http://groups.google.com/group/envjs

--John



On Wed, Feb 11, 2009 at 1:37 AM, mattryder <[email protected]> wrote:
>
> I have included this as a seperate file
>
> load("env.js");
> window.location = "testfile2.html";
> window.onload = function() {
>  load("jquery.js");
>  print("Newest A List Apart Posts:");
> $("h3.ishinfo").each(function(){
>    print(" - " + this.textContent);
>  });
>
> called testscript.js
>
> ran it as
> java -jar js.jar testscript.js
>
> and all I get is
>
> Newest A List Apart Posts:
>
> could somebody point out anything that I would not cause the loop to
> iterate
>
> regards
>
> matthew
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to