7 lines
140 B
CoffeeScript
7 lines
140 B
CoffeeScript
|
$ '.send'
|
||
|
.click ->
|
||
|
$context = $ this
|
||
|
$.ajax "https://kelder.zeus.ugent.be/messages",
|
||
|
type: "POST"
|
||
|
data: $ '.chatbox'
|