Results 1 to 5 of 5

Thread: Partial Page Refresh Problem

Threaded View

  1. #3
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Partial Page Refresh Problem

    Are you sure you have the correct usage of load()? Use a debugging tool to check that the url passed into load() is correct. Also, if you're using jQuery, why not just do this:

    JavaScript Code:
    1. $("#content").delay(10000).load(url);
    Last edited by tr333; Jan 1st, 2013 at 05:13 PM.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width