Example: https://jsfiddle.net/djhvscf/88useqm1/26/
@@ -98,6 +98,11 @@
return;
}
+ if (this.options.minWidth < 100 && this.options.resizable) {
+ console.log("The minWidth when the resizable extension is active should be greater or equal than 100");
+ this.options.minWidth = 100;
+ }
+
var that = this,
old = {
width: $(window).width(),