I have an HTML page which I want to populate using Ajax. I\'ve copied code from other pages, (which are all in PHP, and I\'m not sure if that matters), and it\'s returning
You can try the code below. I've just tested it on Firefox 15.0.1 and it works well:
$.post("include/get_help_videos.php", function(data) { alert(data); }, "text");