Skip to content
Daniele Tentoni edited this page Nov 6, 2018 · 3 revisions

Welcome to the FowDeckHub wiki!

Parcheggio di appunti

$("#CodiceConcorsoDestinazione").keyup(function () {
    if ($(this).val().length > 5) {
        console.log($(this).val().length);
    }
});
Clone this wiki locally