function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bradley DelauneBradley Delaune 

Visualforce apex:outputPanel inserts xmlns="http://www.w3.org/1999/xhtml"

Does anyone know why an
<pre>
<apex:outputPanel layout="block">
</pre>
would generate
<pre>
<div xmlns="http://www.w3.org/1999/xhtml">
</pre>
?  I think it is messing with a javascript library I'm using in my page.  Is there a way to prevent it?
Vinita_SFDCVinita_SFDC
Hello,

Can you try removing JS/jQuery code from VF just to verify if it is causing. IF not then please share your code.