var selec = '#7'; var step = $(selec); console.log(step);
var selec = '#'+data; //data = 7 var step = $(selec); console.log(step);