but i looked at jquery mobile site at : http://jquerymobile.com/blog/2013/02/...
the latest jquery mobile version (1.3.0) support froyo (2.2) :'(
but i looked at jquery mobile site at : http://jquerymobile.com/blog/2013/02/...
the latest jquery mobile version (1.3.0) support froyo (2.2) :'(
Even though it does - there are probably differences in support. The browser in version 2.2 is old.
Okay... Thanx btw
I think you can use following code in your JS and should see you through
$('div[dsid="mobilecontainer"]').css('background-image',
'url('+Appery.getImagePath('Background.jpg')+')');
$('div[dsid="mobilecontainer"]').css('background-attachment',
'fixed');
I tested it ...
Hello Sowmen,
Thank you for your update!