Questions tagged [loadmask]
17 questions
0
votes
2 answers
ExtJS 4.1 - Override css of Ext.LoadMask
I have a requirement to override the default background color of Ext.LoadMask from white to grey. How can I achieve this? Also adding the screenshot of the image and the code that I am using to load the mask.
var feestore =…

SKS
- 115
- 2
- 12
0
votes
2 answers
When jQuery ajax call started, loadmask is not firing
When jQuery ajax called with async:false loadmask is not firing.
Even if I call before ajax:
$("#d").on("click", function () {
$("#d").mask("Waiting...");
fn();
$("#d").unmask("Waiting...");
});
Full code below:

uzay95
- 16,052
- 31
- 116
- 182