Closed urpandey88 closed 5 years ago
Dear Sir, Thanks for posting this an amazing post.
Kindly help me to remove the selected image id after unselecting image.
jQuery("select.image-picker").imagepicker({ hide_select: true, selected: function (option) { values = this.val(); alert(values); },
});
Questions like these are better suited for StackOverflow. If you encounter a bug, happy to help if you provide a JS Fiddle with the issue you've encountered.
Dear Sir, Thanks for posting this an amazing post.
Kindly help me to remove the selected image id after unselecting image.
jQuery("select.image-picker").imagepicker({ hide_select: true, selected: function (option) { values = this.val();
alert(values); },