Cita:
Iniciado por stramin
es tal como dices, estás obteniendo el string de la id y luego calculando el tamaño, lo ideal seria que en vez de esto:
var obtener = $(this).attr('id');
var sig = $(obtener).width();
pongas esto:
var sig = $(this).width();
Gracias!! Funciono como dices.
![Afirmando](http://static.forosdelweb.com/fdwtheme/images/smilies/afirmar.gif)
Ahora podré continuar con la otra parte. Muchas gracias!!