Greasy Fork is available in English.

H2B.js

A Javascript library that converts HTML to BBCode.

Dette scriptet burde ikke installeres direkte. Det er et bibliotek for andre script å inkludere med det nye metadirektivet // @require https://update.greasyfork.org/scripts/371660/624615/H2Bjs.js

Forfatter
Secant
Versjon
0.1
Lagd
28.08.2018
Oppdatert
29.08.2018
Lisens
I/T

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.