Главная > Javascript > input width by text

input width by text

function resizeInput(){
	$(this).css('width',($(this).val().length*7.5)+'px');
}
$(document).ready(function(){
	$('.inputs input').each(resizeInput);
});
Categories: Javascript Tags: ,
  1. Пока что нет комментариев.
Похожие публикации