Само не хочет... Пишет в одну строку
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<!--
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
</style>
<script type="text/javascript">
$(document).ready(function (){
$('textarea').bind('keyup mouseup mouseleave',function (e) {
var val = this.value;
val=val.replace(/\n/g,'<br />')
$('div').html(val);
});
});
</script>
</head>
<body>
фывфывфыв<br>
фывфывфыв<br>
<br>
<textarea></textarea>
<div></div>
</body>
</html>
Не наю = у меня вставляется