Skip to content

not working with me  #1

@devjaw

Description

@devjaw

hello,
i just add the file to my project and then add setTheItem function to my button function :

AddBtnOnclick(){
    if(planSubject != "" || planText != "")
    {
        myDB.setTheItem('planDB',{subject:planSubject,desc:planText},function() { 

        });
    }
}

i got this error :
undefined is not a function(evaluating 'myDB.setTheItem('planDB',{subject:planSubject,desc:planText},function() {

    })')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions