[jQuery] Re: Countdown timer needed

2010-01-30 Thread Roddie Grant
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
Perfect - thanks. Roddie On 20/4/09 21:32, mkmanning michaell...@gmail.com wrote: Check out .live() in the docs http://docs.jquery.com/Events/live#typefn On Apr 20, 7:55 am, Roddie jqu...@myword.co.uk wrote: On a form, I have an Insert new field below here link. Clicking it inserts

[jQuery] Making inserted links active

2009-04-20 Thread Roddie
created 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