Just starting to play around with bootstrap and it\'s amazing.
I\'m trying to figure this out. I have a textarea for feedback inside a modal window. It works great.
I don't know why, but the choosed solution doesn't work for me.. I use the following code snippet instead:
$('#annul-modal').on('show', function() { setTimeout(function() {$('textarea:first', '#annul-form').focus();}, 400); });
I know it isn't so pretty but at least it works.. Bootstrap v2.3.0