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
-~----------~----~----~----~------~----~------~--~---