jQuery.getFeed Feed Question
jQuery.getFeed Feed Question
Out of context: Reply #6
- Started
- Last post
- 15 Responses
- rounce0
You might also want tell it to run the JS.
$(document).ready(function()
{
jQuery.getFeed({
url: 'slowblowlowjobfeed.php',
success: function(feed) {
alert("Feed title: " + feed.title);
}
});
});