$(document).ready ( function () { function bla() { alert("9"); } });
<div id="dd" onclick="bla();">dddddd</div>