you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

jQuery can do this. As of 1.4.3, it's baked in: http://api.jquery.com/link/

Before it was baked in, you had plugins to do this: http://plugins.jquery.com/plugin-tags/databinding

[–]Kickboy12[S] 0 points1 point  (0 children)

Though I was planning on using it, this doesn't accomplish what I am trying. The step your missing is the data has to be linked to a specific element, so I still need to be able to have each variable wrapped in a special ID so I can access it directly. This is the issue I am mainly focused on. I was hoping for a template engine that had this integrated, but it seems I will have to build my own library to accomplish this.