[jQuery] Re: Countdown timer needed

2010-01-30 Thread Roddie Grant
sso The one thing to watch - I assume this applies to all JS timers - is the client's clock being wrong. I ended up getting the server to send a period in milliseconds, rather than a date/time. HTH Roddie Grant

[jQuery] Re: Making inserted links active

2009-04-21 Thread Roddie Grant
eated after the DOM was ready, and therefore have not been >> caught by $(document).ready. >> >> Is there a way to make jQuery aware of the new links so that they are >> active? >> >> Thanks >> >> Roddie Grant