Re: [jQuery] jqModal overlay problem in IE6, IE7

2007-03-21 Thread Laurent Yaish
...maybe I'll look into it later Thanks! Laurent On 3/20/07, Laurent Yaish [EMAIL PROTECTED] wrote: Hi Brice and Benjamin, Thanks for the replies. I looked at the z-index and it seemed to be fine. I even manually set it in the css file for .jqWindow to 3000, but it still didn't work. The HTML

Re: [jQuery] jqModal overlay problem in IE6, IE7

2007-03-20 Thread Laurent Yaish
of body and will let you know how that goes. Thanks! Laurent On 3/20/07, Brice Burgess [EMAIL PROTECTED] wrote: Laurent Yaish wrote: Hi, I just started using jqModal and it works fine in Firefox but in IE (6 and 7) the window appears under the overlay. I tried turning on and off modal mode

Re: [jQuery] jQuery 1.0.4 Documentation

2007-01-16 Thread Laurent Yaish
That worked, thanks! Laurent On 1/16/07, Karl Swedberg [EMAIL PROTECTED] wrote: Give this a try: http://www.visualjquery.com/1.0.4.html --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 16, 2007, at 4:54 PM, Laurent Yaish wrote

[jQuery] jQuery and SourceForge.net

2007-01-15 Thread Laurent Yaish
I just noticed while browsing sourceforge.net that they are using jQuery and Thickbox. Yet another big site using the greatest js library out there... Congrats on 1.1 and keep up the good work! Laurent ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] New Plugin: modalContent

2006-11-28 Thread Laurent Yaish
Hi Gavin, Looks pretty neat and simple. I haven't really gone through the code but the one think I noticed is that you're using the $ alias. Plugins should be using jQuery not the alias. Laurent On 11/28/06, Gavin M. Roy [EMAIL PROTECTED] wrote: Putting my time where my mouth is in the Stop

Re: [jQuery] jQuery sites

2006-11-14 Thread Laurent Yaish
probably to prevent the browser from using the same cached js file between sessionsOn 11/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Awesome looking sites! I have a Q about your use of jquery...script type=text/_javascript_src="">script language=_javascript_ type=text/_javascript_

Re: [jQuery] Text pointer to hand pointer on MouseOver...

2006-11-13 Thread Laurent Yaish
try setting the CSS cursor propertyhttp://www.w3schools.com/css/pr_class_cursor.aspLaurentOn 11/13/06, Rick Faircloth [EMAIL PROTECTED] wrote: How could I cause the mouse pointer to change from the text select pointer to a hand when a user mouses over text before clicking? I'm

Re: [jQuery] new jQuery API draft

2006-11-10 Thread Laurent Yaish
Man you scared me... You meant new jQuery API DOCS, not new jQuery API right?LaurentOn 11/10/06, Gavin M. Roy [EMAIL PROTECTED] wrote:Very nice.Very, very nice.On Nov 10, 2006, at 1:20 PM, Jörn Zaefferer wrote: Hi jQueryians, I'd like to present you a first draft for a new stylesheet for the

[jQuery] Element tagName

2006-11-10 Thread Laurent Yaish
Hi All,I couldn't find a way using jQuery to get the tagName of an element.Let's say I have this:divspantest/span/div$('span').parent().tag() would return 'div' is that currently possible?I found the is() function, maybe that could be changed to return the tagname if no argument is

Re: [jQuery] Element tagName

2006-11-10 Thread Laurent Yaish
so you guys don't think that this should be part of jQuery?what if the function is() with no argument returned the tag name?Laurent On 11/10/06, Michael Geary [EMAIL PROTECTED] wrote: From: Laurent Yaish I couldn't find a way using jQuery to get the tagName of an element. Let's say I have

Re: [jQuery] jQuery 1.0.3 compressed - file header missing

2006-11-03 Thread Laurent Yaish
What's wrong with having the file header in the packed version???/** jQuery 1.0.3 - New Wave _javascript_** Copyright (c) 2006 John Resig (jquery.com)* Dual licensed under the MIT ( MIT-LICENSE.txt)* and GPL (GPL-LICENSE.txt) licenses.** $Date: 2006-10-27 11:15:44 -0400 (Fri, 27 Oct 2006) $* $Rev:

[jQuery] jQuery 1.0.3 compressed - file header missing

2006-11-02 Thread Laurent Yaish
The packed version of jQuery 1.0.3 is missing the file header, 1.0.2 had it. I know it makes the file slightly smaller but then there is no way to know what version you're using.Thanks!Laurent ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] jQuery 1.0.2 RC2

2006-10-08 Thread Laurent Yaish
IE 6.0.2900.2180 - All tests OK FF 1.5.0.7 - All tests OK Laurent On 10/8/06, Larry Garfield [EMAIL PROTECTED] wrote: On Sunday 08 October 2006 13:44, Kent Fredric wrote: Firefox 2.0_rc1 Linux fails #55 as well. Konqueror version 3.5.4 does the same as Larry's, ( Just he didn't specify

[jQuery] jQuery and Prototype

2006-10-06 Thread Laurent Yaish
Hi Folks, First of all thank you John for writing jQuery. I've read the wiki page regarding using jQuery and prototype together and couldn't get it to work reliably. I did load prototype first but ended up going through the jQuery source code and renamed $() to JQ(). It would be kind of cool if

Re: [jQuery] jQuery and Prototype

2006-10-06 Thread Laurent Yaish
or plugins to use it internally. But it might already be too late to change this... Thanks Laurent On 10/6/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Original-Nachricht Datum: Fri, 6 Oct 2006 08:12:51 -0700 Von: Laurent Yaish [EMAIL PROTECTED] An: discuss@jquery.com Betreff

Re: [jQuery] jQuery and Prototype

2006-10-06 Thread Laurent Yaish
internals of jQuery to not use $. Essentially it is just a find and replace ... the issue is getting plugins to do it. I think the next release should force the issue. -- Brandon Aaron On 10/6/06, Laurent Yaish [EMAIL PROTECTED] wrote: The jQuery code itself uses $ toggle