jsymonkj / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

Optional action for displaying photo #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create option for OnClick on thumbs in an album to set the desired action.
This would create the possibility of using other options then Lightbox.

Original issue reported on code.google.com by jdiderik on 5 Jul 2008 at 9:09

GoogleCodeExporter commented 9 years ago
Yep, got it in there in the new jQuery plugin version.
Simply specify a function in the settings for onclickThumb like:

onclickThumb: function(){
 alert('I clicked on a photo with title: '+this.title);
}

take a look at Demo 3 for an example
(http://www.multiprof.nl/pwi/jquery_plugin/demo3.html)

Original comment by jdiderik on 12 Aug 2009 at 9:19