JS JQ Resizable不调整大小

时间:2014-03-17 19:55:09

标签: javascript jquery resizable

我已经删除了部分页面的html,并从下面的代码中输入了脚本和css:FULL EXAMPLE 在示例灰色底线工作,它正在调整大小。但在页面中没有。那里有什么问题? JS:

    $(function() {
    $( ".stopResizingItemsOfSplashScreen" ).resizable({
        handles: {
            's': '.bottomBorderOfItemsSplashScreen'
        }
    });
});

0 个答案:

没有答案