javascript - How to select dynamic image from Gallery View in JQuery -
hello newbie on jquery
, working on 1 application, need select image galary view
in jquery
. tried doing code.
// need set image dynamically taking imageindex parameter. function openimagegallery(simageindex) { $('#mygallery').galleryview(); $(function () { $("#divgallery").dialog( { width: 840, height: 520, title: 'hotel image gallery' } ).parent().appendto(jquery("form:first")); }); }
but here facing 1 issue is showing default image , not dynamic index passing function.
please me friends.
the plugin documentation should have answer.
Comments
Post a Comment