input width by text
function resizeInput(){ $(this).css('width',($(this).val().length*7.5)+'px'); } $(document).ready(function(){ $('.inputs input').each(resizeInput); });
function resizeInput(){ $(this).css('width',($(this).val().length*7.5)+'px'); } $(document).ready(function(){ $('.inputs input').each(resizeInput); });