Using the new version of jquery (1.8.2), I change the current code, as in these links http://jsfiddle.net/q5EXG/97/
Using the same code, I just go from jQuery to '$'
<a id="send-thoughts" href="">Click</a> <textarea id="message"></textarea> $('#send-thoughts').click(function() { var thought = $('#message').val(); alert(thought); });
nunjimmimya Dec 07 2018-12-12T00: 00Z
source share