Example: input type=file events jquery $("document").ready(function(){ $("#upload").change(function() { alert('changed!'); }); });
確定! 回上一頁