Dear,
For some reason the Power Pages Editor (and also the Portal Editor) removes my span ID tags...
this
<p>Number of products <span id="numberofproducts"></span></p>
becomes
<p>Number of products <span></span></p>
after editing other parts of the page in the editor...
In the Portal Management (model driven) app, it is not changed...
I use these span IDs to update the values using jquery...
Any idea why it is doing so?