QUnit and jQuery Mobile
QUnit and jQuery Mobile
Hello,
I've played around a bit with QUnit Testing and jqm-1.0a4pre
The jqm css is preventing QUnit to display the result.
- .ui-mobile-rendering > * { visibility: hidden; }
is the problematic instruction.
I helped myself by putting
- <style type="text/css">
- .ui-mobile-rendering > * { visibility: visible !important; }
- </style>
Into my test page.
Just writing to help, if anybody got the same problem!
Is anybody testing a jqm application ?