Guiders-JS
Guiders-JS copied to clipboard
Add a param(customHTML) to the guider.creatGuider method to set my own custom html to the guider
customHTML: (optional) if not null, the html of the guider will be replaced with your custom html.
guiders.createGuider({
attachTo: "#div",
classString: "myGuider",
position: 6,
customHTML: '<img /><div>Im a title</div><div>Im a subtitle</div><div>Im a description</div>'
}).show();