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!!
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
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"
3 matches
Mail list logo