我已经删除了部分页面的html,并从下面的代码中输入了脚本和css:FULL EXAMPLE 在示例灰色底线工作,它正在调整大小。但在页面中没有。那里有什么问题? JS:
$(function() {
$( ".stopResizingItemsOfSplashScreen" ).resizable({
handles: {
's': '.bottomBorderOfItemsSplashScreen'
}
});
});