Export 0.1.64
[platform/framework/web/web-ui-fw.git] / src / widgets / imageslider / js / jquery.mobile.tizen.imageslider.js
index 961bf88..b161cf4 100755 (executable)
                $("#imageslider").imageslider('add', [image_file]);
 */
 /**
-       @method del
-       The del method is used to delete an image from the image slider. The image_index attribute defines the index of the image to be deleted.
+       @method remove
+       The remove method is used to delete an image from the image slider. The image_index attribute defines the index of the image to be deleted.
 
                <div id="imageslider" data-role="imageslider" data-vertical-align="middle"></div>
-               $("#imageslider").imageslider('del', [image_index]);
+               $("#imageslider").imageslider('remove', [image_index]);
 */
 /**
        @method refresh