How to display loading widget from jquery mobile? -
How to display loading widget from jquery mobile? -
i have problem loading widget jquery mobile. utilize version 1.4.3.
i have next code, never see loading widget.
function .......() { $.ajax({ url: "https://.........../......./.........svc/..../" + .........., type: 'get', contenttype: "application/json;charset=utf-8", beforesend: function() { $.mobile.loading("show", { text: "some text", textvisible: true, theme: "a", textonly: false, html: "" }); }, success: function (data) { homecoming data.retvalue; }, error: function () { homecoming false; } }); } i want shows loading panel text below.
thanks help.
jquery-mobile
Comments
Post a Comment