Hi. I use JQuery Galleria plugin and I have some questions...
Well. I`d like to use jQuery.get to write some information into the MySQL table. I have to remember last viewed image (I use it such as wallpaper for my software). I want to add event OnClick="jQuery.get('/work/background/update.php', { uid: '".$_GET['uid']."', image: 'image.jpg' } );\" for thumbnail.
But I didn`t found anyway to do it :( Help me please.