jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

Loader don't work alone #105

Closed carlospalacin closed 9 years ago

carlospalacin commented 10 years ago

Hi! I'm just trying to load the widget loader, selecting me also selected:

$.mobile.loading('show',{
            text: 'Saving  images',
            textVisible: true,
            theme: 'b'
        });

//work my aplication 

$.mobile.loading('hide');

but it does not function with this code, I get no errors, just does not show anything, any idea? whith full jquery mobile works fine

Thank you!

RedWolves commented 9 years ago

This repo is for the jquerymobile.com web content. You'll need to post this issue to the jquery/jquery-mobile repo which is the repo for the library.

@scottgonzalez I don't have rights to close issues on this repo.

RedWolves commented 9 years ago

Thanks @kswedberg

gabrielschulhof commented 9 years ago

I'll open one on the library repo.