H2B.js

A Javascript library that converts HTML to BBCode.

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/371660/624615/H2Bjs.js

Auteur
Secant
Version
0.1
Créer
2018-08-28
Mis à jour
2018-08-29
Licence
S/O

A Javascript library that converts HTML to BBCode.


Usage

var BBCode = H2B.HTML2BBCode(description_obj);

//"description_obj" is a jQuery object, DOM element or string(must be a lawful DOM string) which you want to convert from HTML to BBCode.