Как закрыть диалоговое окно, нажав на него снаружи?

Это?

<script>
postText = "this is a #bla and a #bla plus#bla"
var regexp = /\#\w\w+\s?/g
postText = postText.replace(regexp, '');
alert(postText)
</script>
144
задан tvkanters 19 February 2013 в 16:17
поделиться