• Hi

    I tried to slip in ajax such below

    <div id="cmnt"></div>
    
        <script>
    	$('#cmnt').load('https://localhost/bijak/wpnews/');
        </script>

    it doesnt work
    i dunno why
    i doesnt load the file requested

Viewing 1 replies (of 1 total)
  • WordPress runs jQuery (I assume you are trying to use jQuery) in “no conflict” mode. Don’t use the “$” alias. Use “jQuery”– jQuery('#cmnt').load('https://localhost/bijak/wpnews/');

Viewing 1 replies (of 1 total)
  • The topic ‘Slip ajax @ comment’ is closed to new replies.