ie9 attr failures

In doing front page, upload pictures echo using jquery

. $ ( "# Element id") attr ( "src", "path");  

It does not work, but under modified native code is js

document .getElementById ( "elements id") src = path;

 

Guess you like

Origin www.cnblogs.com/linxixinxiang/p/11286934.html