設定https://github.com/trentrichardson/UberUploadCropper/blob/master/example-advanced/index.phpで「aspectRatio」をリアルタイムで変更する方法。
$(function() {
$.("#test1").click( function () {
$ratio = 1;
});
$.("#test2").click( function () {
$ratio = 2;
});
$('#UploadImages').uberuploadcropper({
...
'aspectRatio': $ratio,
動作しません。なんで?どのように作るのが正しいですか?