SyntaxFix
Write A Post
Hire A Developer
Questions
Demo : http://jsfiddle.net/NbGBj/
$("document").ready(function(){ $("#upload").change(function() { alert('changed!'); }); });