Boris Moore

Results 7 issues of Boris Moore

Copied from http://bugs.jquery.com/ticket/7120 If you have an input called party[children] with a value of 5 and you use the new jquery .link() to link the form to an object, it...

Issue copied from Trac: http://bugs.jquery.com/ticket/7199: Templating plugin doesn't encode '&' character. When I have following text in data object: ' ', templating plug-in renders whitespace instead of this string. jquery.tmpl.js contains...

Copied from https://github.com/nje/jquery-tmpl/issues#issue/36: Created 22 days ago by kof This is more a question then bug report. I am maintaining nodejs port of jquery-tmpl https://github.com/kof/node-jqtpl I have implemented partials support...

Copied from https://github.com/nje/jquery-tmpl/issues#issue/1: Created 7 months ago by kghost Create a node then discard it immediately will cause memory leak Confirmed on all common browsers (IE6,Firefox,Chrome). test page: ``` jQuery...

Copied from https://github.com/nje/jquery-tmpl/issues#issue/30: Created 5 months ago by timmolendijk WebKit: ``` $.tmpl("${}", "line1\nline2")[0].data.charCodeAt(5) === 10 ``` IE8: ``` $.tmpl("${}", "line1\nline2")[0].data.charCodeAt(5) === 32 ``` This issue most probably originates from a...

Copied from https://github.com/nje/jquery-tmpl/issues#issue/33: Created 3 months ago by ethermal if I have a template then I bind a blur event to it then later call the tmplItem.update() function the bound...