I\'d like to update element\'s text dynamically:
**text to change** text t
Here is yet another method : http://jsfiddle.net/qYUBp/7/
HTML
**text to change** text that should not change text that should not change
JQUERY
var tmp=$("#header>div").html(); $("#header").text("its thursday").append(tmp);