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

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -