Entries from 2008-08-25 to 1 day

lookbook

concat( substring-before( substring-after(substring-before( //script[contains(text(),'Autoload')]/text(), ')' ), "'"), "', ") ,'', substring-after( substring-after(substring-before( //script[contains(text(),'Autoload')]/text(), ')' ), "'")…

iviewWedataItemTest.js

function x1 ( xpath, context ) { var n = $X(xpath, context); if ( !n ) return n; if ( n instanceof Array ) n = n[0]; if ( n instanceof Attr ) n = n.nodeValue; else if ( n.textContent ) n = n.textContent.replace(/^\s*|\s*$/g, ''); return n;…