[jQuery] animations on textarea

2009-01-31 Thread jk
Hi guys. There is some reasonable code in the jquery.fx module which stops to be reasonable when working with textareas. 1. jQuery.fx.prototype.update It changes display to 'block', which may not be good for textareas. I've made this workaround and you might want to add this 'inline' option (or

[jQuery] Load (AJAX) callback after javascript evaluations

2008-05-14 Thread jk
JQuery.load can receive a callback function as one of its parameters. According to the online docs, this function is called "when the ajax request is complete". In practice, it appears this callback is performed after the ajax request is complete and after the dom is inserted, but before new javas