Execute javascript in table
-
Hello,
first sorry for my bad english 😉I’m using a plugin (wowhead tooltips) which parse a post to replace [item]12345[/item] by an URL. To do that, i have insert javascript in the worpress header.php. But it doesn’t work for cells’ table. It seems that the plugins parse the post before wp_table insert the html code of a table.
One solution is to insert this javascript in wp_table. Is it possible ?
An other is to try to parse the post after wp_table insert his html => i will post to wowhead tooltips site to know if it is possible.
Last is to insert directly the URL in cell. It’s working but need some more work for me 🙂
The topic ‘Execute javascript in table’ is closed to new replies.