Questions tagged [scuery]

Scuery provides an XML transformation library which uses a jQuery style approach, using CSS3 selectors to transform HTML or XHTML to inject dynamic information from static HTML/XHTML documents owned by designers.

1 questions
1
vote
0 answers

How to pass in object definition body to a function

My goal is to DRY up the repetitive parts of the definition of objects passed to a generic function in the following block of code: renderTpl(response, "person.html", new Transformer { $(".person :first-child").contents = name $(".person…
Erik Kaplun
  • 37,128
  • 15
  • 99
  • 111