Displaying external images

Displaying external images

BY 20 Aug 2013 Web Application Development

What is the proper way to display external images?

For example

$(‘<img src=”https://developer.tizen.org/sites/all/themes/tizen_theme/logo.png”>’).appendTo(‘.ui-scrollview-view’)

where image can be from any resource?

Web Inspector shows 2 lines that the request was cancelled by jquery.min.js:2 and [native code]:0

Written by