Closed martinbean closed 13 years ago
Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.
Oh. That's a blow :-(
Doing string-based rendering without a DOM dependency is one of the goals of the 'next-generation' work going on at JsRender. Take a look at this post for more context.
I'm building an application with the Google Maps API which contains markers that create InfoWindows when clicked.
Obviously an InfoWindow requires a content string, so I'm wondering if I can use this plugin to create the InfoWindow HTML string that has my data injected from an API?
For example, my JavaScript code would:
<div id="map">
elementIs this possible? I'm unsure as to how I would use the chaining options available (
.appendTo()
etc) in a Google Maps InfoWindow scenario?Thanks in advance.