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

Popular posts from this blog

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -