We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加行input.blur();
var input = uploader.get('target').all('input').getDOMNode(); input.select(); //确保IE9下,不会出现因为安全问题导致无法访问 input.blur(); var src = document.selection.createRange().text; var img = $('<img style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);width:300px;visibility:hidden;" />').appendTo('body').getDOMNode(); img.filters.item('DXImageTransform.Microsoft.AlphaImageLoader').src = src; var width = img.offsetWidth; var height = img.offsetHeight;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
加行input.blur();
The text was updated successfully, but these errors were encountered: