Widget:HeartSoundApp: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
$("#step3").css("visibility", "hidden"); | $("#step3").css("visibility", "hidden"); | ||
$("#open").click(function () { | $("#open").click(function () { | ||
if ($("fileLocation").val().length() > 0) { | if ($("#fileLocation").val().length() > 0) { | ||
$("#imageHolder").html("<img src='" + $("#fileLocation").val() + "' />"); | $("#imageHolder").html("<img src='" + $("#fileLocation").val() + "' />"); | ||
$("#step2").css("visibility", "visible"); | $("#step2").css("visibility", "visible"); |