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