// Get the input field and the output field var inputField = $('#input-title'); var outputField = $('#output-slug'); // Whe...