So I had to work out how to apply PIE to an element once it had been revealed. The answer is thus, thanks to a bit of googling and good old SO:
function applyPie(elem) { if (window.PIE) { elem.css('behavior', 'none'); elem.css('behavior', 'url("/includes/css/PIE.htc")'); } }