Closed mockee closed 13 years ago
Example: (jQuery 1.6.1 & jQuery Templates Plugin 1.0.0pre)
// data source data = [ { title: 'title', intro: [ { name: 'name', intro: 'intro' } ]} ];
// using {{each}} tag and reading 'name' property of value in template ... {{each intro}} <li>${$value.name}</li> {{/each}} ...
Then render it. In IE7/8, we got a error message as follow: can not get the value of property 'name': object is null or undefined.
But other browsers is ok, include IE9.
Example: (jQuery 1.6.1 & jQuery Templates Plugin 1.0.0pre)
Then render it. In IE7/8, we got a error message as follow: can not get the value of property 'name': object is null or undefined.
But other browsers is ok, include IE9.