Stub LinkPreview plugin

This commit is contained in:
Brion Vibber
2010-11-16 12:41:35 -08:00
parent fa6c6077d6
commit 450707fec6
2 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**
* (c) 2010 StatusNet, Inc.
*/
$(function() {
$('#notice_data-text').change(function() {
var text = $(this).val();
alert(text);
});
});