var text_id=$(this).attr('id').replace('slide_label', ''); var next_text_id=text_id+1; alert(next_text_id)
var next_text_id=+text_id + 1;
$.fn.toInt = function(n) { return +n; } alert( $.toInt('112') ); //112 alert( typeof $.toInt('345') ); //number