Simple-Ajax-Uploader icon indicating copy to clipboard operation
Simple-Ajax-Uploader copied to clipboard

when use Simple-Ajax-Uploader in a html page that contain a iframe html,the uploader button's offset is wrong.

Open Hsensor opened this issue 7 years ago • 2 comments

when use Simple-Ajax-Uploader in a html page that contain a iframe html,the uploader button's offset is wrong.

if we can offer a options ,like _opt.appendTarget.append, e.g sel._opt.appendTarget.append(div), div that contain _createInput()

Hsensor avatar Mar 17 '17 03:03 Hsensor

_createInput: function(){ ...... div.appendChild( this._input ); self._opts.appendTarget.appendChild( div ); div = null; }

Hsensor avatar Mar 17 '17 03:03 Hsensor

Do you have a link to an example of the issue?

LPology avatar Mar 20 '17 17:03 LPology