Easy. Put an id to your tag, and then: $
('#id').html(replacementcontent);
it doesn't matter what type of tag you can put an id to the tag.

Reply via email to