$.fn.toInt = function(n) { return +n; } alert( $.toInt('112') ); //112 alert( typeof $.toInt('345') ); //number