Skip to content

Text Template Support

drewwilson edited this page Sep 13, 2010 · 4 revisions

$.fillIn(obj, data);


$.fillIn({a: {b: "{id}"}}, {id: 1}) => {a: {b: 1}}
$.fillIn({url: "server/pages/{id}"}, {id: 1}) => {url: "server/pages/1"}
Clone this wiki locally