You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BinStack/static/js/editloc.js

3 lines
105 B
JavaScript

$('#name').on('input propertychange paste', function() {
$('#name_title').text($('#name').val());
});