﻿//$(document).ready(function() {
//    // get current number of characters
//$('#counter1').html($('#text1').val().length - 60);

//    $('#text1').keyup(function() {
//        // get new length of characters
//        $('#counter1').html($(this).val().length - 60 );
//    });
//});
