Skip to content

Bug with setContent API #596

@acqueron6464

Description

@acqueron6464

var jc = $.confirm({
title: 'awesome',
onContentReady: function(){
// this === jc
}
});

jc..setContent("new content"); // not working
jc.setContentAppend("content added"); // not working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions