This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

Jquery/ajax Php - Loading Image Once File Submit

Jquery/ajax Php - Loading Image Once File Submit Web-development (jquery) Jquery/ajax Php - Loading Image Once File Submit jquery/Ajax php - loading image once file submitjquery/Ajax php - loading image once file submit





<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(".save").live("click", function () {

$("#loading").fadeIn('slow');
var edit = $(".edit").val();
var id = $("#idrec").val();
var data = '?id=' + id + '&text=' + edit;

$.post("update.php", data, function (response) {
$("#loading").fadeOut('slow');
$("#status").html(data);
});
});
});
</script>
<style>
form {
width: 100%;
}
.save{
margin:0px 0px 0 5px;
}
#loading {
display:none;
}
</style>
<h2>jquery/Ajax php - loading image once file submit = <img src="images/loading.gif"/></h2>
Click the text below to edit it. <span></span>
<form ><input type="hidden" value="2"/></span><textarea>jquery/Ajax php - loading image once file submit</textarea> </form>
<a href="#"><img src="images/save.png" width="48" height="15"/></a>


update.php
<?php
$text = $_POST['text'];
$id = mysql_escape_string($_POST['id']);
echo stripslashes($text);
?>

0 Response to "Jquery/ajax Php - Loading Image Once File Submit"

Posting Komentar

Contact

Nama

Email *

Pesan *