References: Convert css width string to regular number




Source


var numWidth = parseInt( $("#myClass").css("width"), 10 );

반응형

+ Recent posts