I have a button on my page with css border-radius and behavior: url(PIE.htc)
That seems to be working fine.
However, I also have a line of JQuery (1.4.4) javascript code like this:
Code:
$(':text').each(function () { });
When this executes, it fails inside JQuery. It appears that PIE.htc is adding something to the DOM that JQuery does not expect.
Please advise!