Hello I have this code
$('.preview a').click(function() {
$('.presentation > .images > .margin').load('images.php');
return false;
});
Is there possibility to pass data from jquery into that images.php file and then let's say echo that data? I've tried everything I suppose so, but nothing seemed to work. Could anybody help me with it, if it is possible?