I’ve tried to find the answer to this by searching through Stackoverflow, and I’ve found a lot of closely related answers, but none seem to give me quite what I’m looking for. Most are much more complicated scenarios and just don’t apply. Anyhow, what I’m doing is calling to a certain page of my site using the url, and then as well identifying a specific element on the page to be loaded into another div #getter. This script works flawlessly in IE and Chrome, but I’m having no luck at all with Firefox. Any ideas? Here is the code:
<script>
$("#getter").load("http://$domain/member/?show=feed .content");
</script>
Try this code (with out domain):