Updating an Element
Updating an Element
Say I have an DIV tag that has an ID of "foo", and i have a JSON Post
request that retrives records with one of the ID fields being called
foo.
I can then update the DIV with the ID of foo, with the subsequent data
from the JSON string.
How do I check for the existence of a DIV tag with id specific ID (so
i can then update it)?