PHP Hello jQuery! function myFunction() { $("#a").html("Hello jQuery!") } $(document).ready(myFunction);