The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to create a custom BB code where the param goes through a JavaScript parsing. All my attempts at actually calling the function on the content have failed though.
Code:
<script type="text/javascript"> function parseJass(jcode){ jcode = jcode.replace(/function/g, "<b>edited</b>"); return jcode; } </script> <div onMouseover="this.innerHTML = "parseJass('{param}')"> This be a div. </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|