[jQuery] jQuery and div/iframe/pane content replace

2010-01-22 Thread Eugene Hourany
Would using jQuery objects that contain the s be better, and then do a content replace? And I don't know if .toggle() is better, or .click() or which function to do what I want. Any help would be greatly appreciated. Thanks! Eugene

[jQuery] Hello all!

2009-12-08 Thread Eugene Hourany
Hello everyone, I'm new to this group, and had a question concerning how to get a movie to popup on click in a different window, but have that nice light glow effect in the frame. I was told that jQuery could do that. Thanks, Eugene aka "Eggers"

[jQuery] why i dont see my post

2009-01-14 Thread Eugene Sosnovschi
I'm trying to create my post with a question but I don't see it in the list of themes . why ? My nickname "seugenev" Eugene.

[jQuery] Re: load css dynamically

2008-08-19 Thread Eugene
In a perfect world: yes. My situation is as follows: only about 1% of my sites visitors would use a feature that requires thickbox, so i load it's js and css only on demand. On Aug 11, 4:46 pm, "Andy Horsman" <[EMAIL PROTECTED]> wrote: > Honestly I think a cleaner way of doing this is have the

[jQuery] Re: :contains ... troubling behavior

2008-05-29 Thread Eugene Van den Bulke
commands but not with (1) ... (1) appear faded in Firebug. Thanks, EuGeNe -- http://www.3kwa.com

[jQuery] Re: :contains ... troubling behavior

2008-05-29 Thread Eugene Van den Bulke
a screen shot to illustrate my point ... if I can venture an non-expert diagnostic, it seems that in the second case jQuery considers that the html in the contains() statement is the "context" of the statement and not the html document ... EuGeNe -- http://www.3kwa.com <>

[jQuery] Re: :contains ... troubling behavior

2008-05-28 Thread EuGeNe
it does the job but I still find the behavior unexpected :P thanks EuGeNe -- http://www.3kwa.com On May 28, 12:27 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi there, > > I suspect that the problem has to do with putting an HTML string   > inside thecontainsparens, when

[jQuery] :contains ... troubling behavior

2008-05-27 Thread EuGeNe
or $('a.undo:contains(undo)') I get the "same" result "pointing" to the same tag but I can't play with it i.e. whatever I do to it doens't have an impact on the DOM. I am sure it is something I don't understand about JS or jQuery ... could somebody enlighten me? Thanks EuGeNe -- http://www.3kwa.com

[jQuery] Latest jquery breaks onsubmit in IE7

2008-03-07 Thread Eugene Morozov
to work fine in the firefox browser, but in IE7 (didn't test in IE6) first login_proxy form is correctly submitted, then `login` form with plaintext password is submitted despite the fact that onsubmit handler returned false! Does anyone know a workaround? Eugene