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

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -