Jquery Mobile popup won't close -
I have been working with jquery mobile for a while and used different popups, today I am the one who The errors will not and will stop.
Here is the code for popups:
& lt; Div data-role = "popup" id = "questPop" & gt; Trial & lt; / Div & gt;
And I'm opening it with $ ("# questPop"). Popups ("open");
$ ("#QuestPop") popup ("off");
Firebug gives me the typeError: this.options.container is undefined
and Chrome says Uncount Type error: Properties 'One' can not be undefined
Should be placed with class ui-container
Comments
Post a Comment