[jQuery] Re: $('#foo p') or $('p', $('#foo'))

2009-02-28 Thread Dor
g/compatibility.html -- Dor On Feb 26, 4:42 pm, John Resig wrote: > > The benchmark is getElementById().getElementsByTagName() - why not > > inlcude that in the test? > > But it's not that simple (it never is). That code doesn't take into > account browsers, like IE, r

[jQuery] Re: jQuery tabs problem with language

2009-02-28 Thread Dor
Please upload a test file with all related content. Hebrew: בבקשה תעלה קובץ XHTML לבדיקה עם כל התוכן הרלונטי. זה כולל את קובץ ה-jQuery בגירסא המתאימה שלו, הקטע כולו של התגים שקשורים ל-Tabs וכן קוד JS מתאים... העלאה של 2 קבצים נפרדים שכל אחד מהם מכיל טקסט בשפה אחרת (אחד עברית ואחד אנגלית) - יעזור.

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread Dor
Is that your website? It might be that on the server side, the access to some pages are not allowed if the HTTP_REFERER header is from another website. Try to set the HTTP_REFERER of the AJAX request to an empty string. On Feb 27, 6:19 am, KrushRadio - Doc wrote: > Hey guys, > > I'm a bit new t

[jQuery] Re: Do the jQuery plugins & UI apps are licensed under the MIT license too?

2009-02-27 Thread Dor
You didn't miss anything. Thanks! The jQuery apps developers doing a great job! Thank you all very much !! On Feb 27, 2:04 am, "Richard D. Worth" wrote: > On Thu, Feb 26, 2009 at 2:31 PM, Dor wrote: > > > Hi! > > > I understand that it's pos

[jQuery] Do the jQuery plugins & UI apps are licensed under the MIT license too?

2009-02-26 Thread Dor
e if I can use your jQuery product and it's derivatives (plugins & UI apps) under the MIT license only. ( Sorry for my bad writing style, I'm not an English speaker. Please understand ) Thanks in advance! Dor.

[jQuery] Re: Problem with class attribute: Why this work in 1.2.6 and doesn't work on 1.3.1???

2009-02-26 Thread Dor
AndreMiranda, I'm not sure, but I think you should disable your browser plugins, if some of them are enabled. Sometimes plugins made a lot of troubles for me. (and they still do) On Feb 26, 8:46 pm, AndreMiranda wrote: > But why (".detalhes") doesn't work and ("div .detalhes") works??? > thank

[jQuery] Re: show/hide on hover event (newbie question)

2009-02-26 Thread Dor
you mean this: http://www.learningjquery.com/2007/02/quick-tip-set-hover-class-for-anything ? On Feb 26, 11:33 pm, introvert wrote: > Hello > > I have a simple div inside which I want to show an image on hover > (rollover) and hide on mouseout of the div. > > I tried doing it with toggle() but