[jQuery] File upload with AJAX

2008-01-08 Thread Jimmy Neph
Hello people. I want to know if is possible to send a file using the Ajax method. If it is possible, how I do this? Thanks!!

[jQuery] Re: Code in loop

2007-10-25 Thread Jimmy Neph
This is the code: $(".delete").click(function(e){ var id = $(this).attr("id_delete") $("#confirm_box").css({left: e.pageX-453, top: e.pageY}) $("#confirm_box").fadeIn(300); $("#del_nao").click(function(){ $("#confirm_box").fade

[jQuery] jquery+XML

2007-08-10 Thread Jimmy Neph
Hi! I have a func to read a XML file to load a image. Well. At the first time it works fine, but, when I reload the page, the script don't load the image, and don't return a error. Here the code: document.myImage.onload = function(){ $("#img").fadeIn(); $("#ajax-loader").css("display","block"