Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function() {
- $(".fisk").load("a.php?url='.$url.'");
- var refreshId = setInterval(function() {
- $(".fisk").load("a.php?url='.$url.'");
- }, 5000);
- $.ajaxSetup({ cache: false });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement