I wanted a gallery viewer which would accomodate multiple sets of photos in which each set could correspond to one event. Additionally I wanted it to pick the set-name, thumbnails paths, full pics paths and captions text etc from javascript object/array instead of markup. And I was impressed by looks and function of JQGallViewer. Taking inspiration(I did not take much from its code) from it I have made this plugin which is simple yet works fine.
This is my first learning of jquery. I wish to share this plugin with the community. Could anyone please guide how to go about it?