A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: attr

jQuery: Getting the latest text/value inside a textarea

Now, I was not expecting this. You can get the text inside the textarea using something like: alert($(’#id_of_textarea’).text()); That works, but if you bind it with an event, let’s say onkeyup — you will never get the “latest” text inside … Continue reading

Posted in General | Tagged , , | 9 Comments