mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
5 lines
146 B
CoffeeScript
5 lines
146 B
CoffeeScript
$(document).ready ->
|
|
$('.dropdown-picker li a').click ->
|
|
val = $(this).text()
|
|
$(this).closest('.row').find('input[type=text]').val(val)
|