[jQuery] Re: European Mirrors

2008-06-12 Thread NichlasBrodegaardLarsson
Also experiencing slow docs here in Denmark, approx 5-10 seconds for each pageload :( On Jun 12, 4:48 pm, tlob <[EMAIL PROTECTED]> wrote: > docs are realy slow. Im based in switzerland. > > On Jun 12, 12:07 pm, Tim Swann <[EMAIL PROTECTED]> wrote: > > > I'm based in Ireland and I find that acces

[jQuery] Re: Autocomplete plugin problem please help

2008-06-12 Thread NichlasBrodegaardLarsson
Its pretty hard to read the code, but you need to close your $ (document).ready(function(){ Your code: $(document).ready(function(){ var data = [ {text:'Link A', url:'http://www.jquery.com/'}, {text:'Link B', url: '

[jQuery] Re: Memory Leak?

2008-06-12 Thread NichlasBrodegaardLarsson
Firefox 2 has major problems with memory leaks, when many pages has been loaded. How about try running your monitor script in another browser ? Firefox 3 was rewritten and should no longer have memory leaks. It is still in beta stage though... On Jun 12, 4:01 pm, Howie <[EMAIL PROTECTED]> wrote:

[jQuery] Re: Help with W3C validation and jQuery

2008-06-12 Thread NichlasBrodegaardLarsson
Try to put your javascript in an external file or in cdata tags The text inside the CDATA, will be ignored by the w3c parser More info: http://www.w3schools.com/XML/xml_cdata.asp You could also try this method. Not that nice though, but i think it would work: $('.reqdfield').append('<'+'img