Sha256: 15bf7d28425407de1843151f6b7f18350f1a9cc5b85e552414507e478a1c7901

Contents?: true

Size: 445 Bytes

Versions: 4

Compression:

Stored size: 445 Bytes

Contents

Johnson.require("johnson/browser");
Johnson.require("johnson/browser/jquery")

var doc = new DOMDocument(Ruby.File.read("/Users/yehuda/Code/johnson/test/assets/jquery_test.html"));
window.document = doc;

// document.getElementById("sndp") == document.getElementById("sndp")
Ruby.p(document.getElementById("sndp") == document.getElementById("sndp"));

$("#header").appendTo("#nothiddendiv").attr("foo", "bar");

Ruby.p($("#nothiddendiv").html())

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jbarnette-johnson-1.0.0.20081126120511 test/jquery_units/simple.js
jbarnette-johnson-1.0.0.20090127202936 test/jquery_units/simple.js
jbarnette-johnson-1.0.0.20090225110820 test/jquery_units/simple.js
jbarnette-johnson-1.0.0.20090326122910 test/jquery_units/simple.js