Jump to content

Simple java replace help


otuatail

Recommended Posts

I am a php developer with no knoledge of javascript. I am creating a CMS site and I am having a small problem with the TinyMCE interface. I was able to work out how to remove the bulit buttons. The problem is it creates <p> in the output and I have been trying to see if I could remove this in the javascript. It seems to have something to do with the replace() function.

 

the code below states what it is doing but I cant work it out in the code.

 

// need to make some things invalid. <hr /> gets converted to <hr>.

h = h.replace(/\s\/>/g, '>');  // too many slashes and letters for me !

 

 

Link to comment
https://forums.phpfreaks.com/topic/73942-simple-java-replace-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.