sathishepita / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

mask not shown after executed .mask sentence in business function under IE #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In business function abc(){
$("#content").mask("Waiting...");
//here do sth
//here do others
}//here business function end
2. debug codes .mask bellow
3. mask not show

What is the expected output? What do you see instead?
I want see the mask,but nothing instead.In fact, <div class="loadmask"></div> 
already existed after execute .mask.

What version of the product are you using? On what operating system?
may

Please provide any additional information below.

Original issue reported on code.google.com by herryt...@gmail.com on 4 Mar 2014 at 2:22