hello i just programmed a simple code because i'm learning jquery this is the code\[code\]$(document).ready(function(){ $('input[type="file"]').live({ change : function(){ alert('ok'); } });});\[/code\]but it doesn't want to work what is the problem?