Skip to content

Add option to use .html() instead of .text() to get option display and set checkbox span display for decoration purposes #696

@gatsy97d

Description

@gatsy97d

In line 197 of jquery.multiselect.js, when option isHtml is true instead of

$("").text($(option).text()).appendTo($label);

it will use

$("").html($(option).html()).appendTo($label);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions