Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script> <%-- Nacitani novych prispevku na zed AJAXem --%>
- $(document).ready(function(){
- var j = jQuery.noConflict();
- j(document).ready(function()
- {
- j("#post-new").everyTime(10000,function(i){
- j.ajax({
- url: "/ppro/postJSFrom/41",
- cache: false,
- success: function(html){
- j("#post-new").html(html);
- }
- })
- })
- });
- j('#post-new').css({color:"red"});
- });
- </script>
- <div id="post-new"></div>
Advertisement
Add Comment
Please, Sign In to add comment