I have a web app where I have created a div to masquerade at a
textarea so I can add highlighting according to so rules. I rely on
setting designmode=true. After certain amounts of idle time my code
grabs the text from the div, which consists of tags and
tags and re-generates the html with new s
I am a bit perplexed at why a simple bit of code I have is firing in
HTML but not in the equivalent XHTML. Here is the HTML file (that
works as expected):
Text Demo
$(function() {
alert("hi");
});
And here is the XHTML file (that does not work as expected):
http://www.w3.org/TR/xh
2 matches
Mail list logo