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?