JamesGMills
Programmer
Do people use frameworks on here?
I have recently started to get into jquery and have a question if anyone is able to answer it... I did search for a jquery forum/section but I could not find one...
If I have this:
$(function() {
$.ajax({
url: "pages/twitter.php",
cache: false,
success: function(html){
$("#twitter_content").append(html);
}
});
});
How can I make this run every 10 sections without page refresh?
Cheers,
James
------------------------
I have recently started to get into jquery and have a question if anyone is able to answer it... I did search for a jquery forum/section but I could not find one...
If I have this:
$(function() {
$.ajax({
url: "pages/twitter.php",
cache: false,
success: function(html){
$("#twitter_content").append(html);
}
});
});
How can I make this run every 10 sections without page refresh?
Cheers,
James
------------------------