<html>
<head>
<meta http-equiv="Content-Type" content="text/html; Charset=UTF-8">
<script src="jquery.js"></script>
<script>
function hi(){
$("#feeds").load("feeds.html");
}
</script>
</head>
<body>
<button>Жмакай</button><br>
<div id="feeds" onClick="hi()"></div>
при этом, если пишу
$(function(){
$("#feeds").load("feeds.html");
})
все пашет шикарно