MCPcopy Index your code
hub / github.com/blueimp/JavaScript-Load-Image / urlChangeHandler

Function urlChangeHandler

js/demo/demo.js:210–213  ·  view source on GitHub ↗

* Handles URL change events

()

Source from the content-addressed store, hash-verified

208 * Handles URL change events
209 */
210 function urlChangeHandler() {
211 var url = $(this).val()
212 if (url) displayImage(url)
213 }
214
215 // Show the URL/FileReader API requirement message if not supported:
216 if (

Callers

nothing calls this directly

Calls 1

displayImageFunction · 0.85

Tested by

no test coverage detected