jqMobile List control problem

I am trying to add a simple item in a jqm List, by pressing a button but I always get an exception:
Code:

    Button1.onclick=function(){
      List1.addItem("item1");
    }

Exception:
Uncaught ReferenceError: IsNull is not defined.
line 578 column 9

Why is that?

The workaround is to turn on BASIC Functions in the toolbox.

We’ll have a proper fix in the next build.

49%20AM

1 Like