Thanks for the response. Are you sure thats correct though?

alert($('div').contents().filter(function(){return
this.nodeType==3;}).text());

returns empty.

Reply via email to