[jQuery] jQuery append returning document or head is null error

2009-05-08 Thread nandu
; I believe that jQuery is not finding a particular element in the DOM because it is not using 'window.top.getElementById()' which it may need to execute to access elements outside the iframe. However, the HTML is appended correctly so I do not understand why this is happening. Thanks in advance, Cheers, Nandu

[jQuery] Re: jQuery issues in Firefox 3

2008-06-22 Thread nandu
Dear David, I do not know if this will help but you might try using a timeout of say 250 ms which would means that the page would have loaded. This however is not the best solution. Nandu On Jun 22, 7:05 am, "Sebastián V. Würtz" <[EMAIL PROTECTED]> wrote: > im getting

[jQuery] Re: Unbinding event for specific element after binding for entire document

2008-06-11 Thread nandu
e.target.nodeName == 'TEXTAREA' ) > return; >// do stuff > > }); > > Cheers Thanks Ariel. I have finally got over one of my major hurdles with your help. Nandu

[jQuery] Re: Unbinding event for specific element after binding for entire document

2008-06-11 Thread nandu
ements while it is bound to the entire document because I cannot see anyway to do that. Alternatively do you mean that I should find every single element on the document and then bind the click handler to each one skipping textareas. Could you please enlighten me because I still feel a bit lost. Thanks, Nandu

[jQuery] Unbinding event for specific element after binding for entire document

2008-06-10 Thread nandu
Dear Folks, I have a problem where I bind a click function to the entire document, but then want to unbind it for a specific element in this case a textarea, so that, clicks inside the textarea do not trigger the bound function. Could using namespaces solve the problem. Moreover is namespace fu

[jQuery] jQuery().focus() not working in IE 7

2008-06-04 Thread nandu
nNext); } } The above code works in Firefox and Opera but does not seem to work in IE 7. Please do let me know if there is a way to solve this problem. Thanks, Yours sincerely, Nandu 05 Jul 08