H2B.js

A Javascript library that converts HTML to BBCode.

À partir de 2018-08-29. Voir la dernière version.

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.greatest.deepsurf.us/scripts/371660/624600/H2Bjs.js

Auteur
Secant
Version
0.1
Créer
2018-08-28
Mis à jour
2018-08-29
Taille
29,6 ko
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.