natashawylie / iviewer

image viewer plugin for jquery
233 stars 97 forks source link

No way to re-enable/update/refresh after Destroy #50

Closed renjithprince closed 11 years ago

renjithprince commented 11 years ago

Destroyed iviewer on clicking a button. Using the below code. $(selector).iviewer('destroy');

How to create/re-enable this. i tried using $(selector).iviewer('update'); - Not working

can3p commented 11 years ago

Did you try to create iviewer as it's normally done? E.g. call $(selector).iviewer(options)