You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CE CODE FONCTIONNE ET PEUT AIDER CERTAINS :)
** THIS CODE WORKS AND CAN HELP SOME:) **
$('form').submit(function() {
var imageData = $('.image-editor').cropit('export');
$('.hidden-image-data').val(imageData);
var formValue = $(this).serialize();
var dest = <?php echo '"'.$_GET['variable'].'"'; ?>;
$.post("cropit-master/demo/ajax-post.php",{formValue:formValue,dest:dest},function(data){
alert("Votre image a bien été ajoutée.");
});
The text was updated successfully, but these errors were encountered:
CE CODE FONCTIONNE ET PEUT AIDER CERTAINS :)
** THIS CODE WORKS AND CAN HELP SOME:) **
The text was updated successfully, but these errors were encountered: