javascript - IE mobile, windows phone jQuery .css() function issue -
i have strange issue. using jquery function : .css()
set width/height , paddings. on ios mobile, android works perfectly, doesn't work on windows phone device.
i don't know why, ie doesn't see additional css wrote in javascript.
can explain me why? , how can fix it?
example:
var = $(window).width(); $('.element').css('width',a+'px');
or maybe doesn't count window width?
Comments
Post a Comment