html5 - How load a image with Javascript -


i'm developing app in android appinventor. need call html page in order run javascript load image. question is: how load image file (with static path , filename) on html page? i've found tutorials explain files selected manually user.

thanks in advanced

$( ".inner" ).append( '<img src="xxx" />' ); 

ref: http://api.jquery.com/append/


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -