<script> $(document).ready(function () { $("#button1").click(function () { $("#div1").load("/Home/GetPartial"); }); }); </script>