Re: [jQuery] New Plugin: offset

2006-10-01 Thread Brandon Aaron
On 10/1/06, Rey Bango <[EMAIL PROTECTED]> wrote: > Wow Brandon, you sir are on a tear. Thanks for the contributions. > > Rey Thanks! ... these are just all plug-ins that I wrote for myself for this particularly large project that I originally did with prototype/scriptaculous and rewrote with jQuer

Re: [jQuery] Input text hover error

2006-10-01 Thread Brandon Aaron
> A I just went into the JQuery on the site and it was showing the > old file - hit reload and the new one came up - no problems since so I think > it was a stupid caching error. Glad to hear it is working :) -- Brandon Aaron ___ jQuery maili

Re: [jQuery] Input text hover error

2006-10-01 Thread Mungbeans
Mungbeans wrote: > > I just played around with it myself and I'm definitely getting the errors. > A I just went into the JQuery on the site and it was showing the old file - hit reload and the new one came up - no problems since so I think it was a stupid caching error. -- View

Re: [jQuery] Input text hover error

2006-10-01 Thread Mungbeans
Brandon Aaron wrote: > > What version of Firefox are you using? > 1.5.0.7 I just played around with it myself and I'm definitely getting the errors. -- View this message in context: http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595460 Sent from the JQuery mailing list archi

Re: [jQuery] Input text hover error

2006-10-01 Thread Brandon Aaron
I just played around with it for 5 mins trying everything I could think of including switching tabs, programs, etc but could not make it produce the error. What version of Firefox are you using? Brandon On 10/1/06, Mungbeans <[EMAIL PROTECTED]> wrote: > > Indeed: > > http://clotheshorse.com.au/c

Re: [jQuery] Input text hover error

2006-10-01 Thread Mungbeans
Indeed: http://clotheshorse.com.au/clotheshorse/content/category/3/21/32/ http://clotheshorse.com.au/clotheshorse/content/category/3/21/32/ -- View this message in context: http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595374 Sent from the JQuery mailing list archive at Nabble.

Re: [jQuery] Input text hover error

2006-10-01 Thread Brandon Aaron
Could you provide an example link? Brandon On 10/1/06, Mungbeans <[EMAIL PROTECTED]> wrote: > > I was having the same problem with the hover function, and applied the patch > as described. I am still getting the error in this situation: > > Hover is applied to a table - works great. However, wh

Re: [jQuery] Input text hover error

2006-10-01 Thread Mungbeans
I was having the same problem with the hover function, and applied the patch as described. I am still getting the error in this situation: Hover is applied to a table - works great. However, when in windows I activate another program (for instance my email or swap between tabs in firefox) and t

Re: [jQuery] Modified JTip Plugin

2006-10-01 Thread Donny Kurnia
Karl Swedberg wrote: > Hey Everyone, > > As Rey mentioned earlier today (or yesterday), I've been playing around > with Cody Lindley's JTip plugin a bit. > > I would love to have some feedback, suggestions for improvement, etc. on > this one. In particular, I'm wondering if the animation stuff is

Re: [jQuery] New Plugin: offset

2006-10-01 Thread Rey Bango
Wow Brandon, you sir are on a tear. Thanks for the contributions. Rey Brandon Aaron wrote: > So I went ahead and released another plugin today that gets the offset > (along with some other properties) of the first matched element in the > jQuery object. I've gone through a lot of trouble to test

Re: [jQuery] ScrollTo FX with a IFRAME

2006-10-01 Thread Matt Stith
ewww...iframe navigation...On 10/1/06, zelda2 <[EMAIL PROTECTED]> wrote: I?ve been trying to figure this out for days and no luck. I?m trying to usethe ScrollTo (Interface) plugin to control the scrolling behavior of a pagethat exists within an IFRAME.An example would be that my home page ( home.ht

[jQuery] ScrollTo FX with a IFRAME

2006-10-01 Thread zelda2
I?ve been trying to figure this out for days and no luck. I?m trying to use the ScrollTo (Interface) plugin to control the scrolling behavior of a page that exists within an IFRAME. An example would be that my home page (home.html) has a navigation menu. Those menu links point to a page inside o

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Joel Birch
On 02/10/2006, at 7:25 AM, Michael Geary wrote: > > Joel, even if you want to use the svn version, you don't need to do > any of > this ant build stuff at all. All it does is strip comments and > concatenate > files. > > The .js files straight out of svn are perfectly usable just as they > a

Re: [jQuery] New Plugin: offset

2006-10-01 Thread Brandon Aaron
> You should work with Paul on this: > http://jquery.com/dev/svn/jquery/src/dimensions/dimensions.js I'd be more than happy too as I already use dimensions.js as it is and find it to be very useful. It would be great to see this or a simplification of it added to the dimensions plugin. Paul feel f

Re: [jQuery] New plug-in: quickSearch

2006-10-01 Thread Rik Lomas
Thanks Jorn, My next priority is to get this working fully with tableSorter - it does work generally except for table striping. I've tried to make the plug-in as unobtrusive as possible, I felt that hiding the form when JS is turned off is a thing that the plug-in shouldn't do - the developer sho

Re: [jQuery] New Plugin: offset

2006-10-01 Thread Franck Marcia
2006/10/2, Brandon Aaron <[EMAIL PROTECTED]>: > So I went ahead and released another plugin today that gets the offset > (along with some other properties) of the first matched element in the > jQuery object. I've gone through a lot of trouble to test this in the > different browsers (except Linux)

[jQuery] New Plugin: offset

2006-10-01 Thread Brandon Aaron
So I went ahead and released another plugin today that gets the offset (along with some other properties) of the first matched element in the jQuery object. I've gone through a lot of trouble to test this in the different browsers (except Linux) and getting it working in lots of different situation

Re: [jQuery] Input text hover error

2006-10-01 Thread Rafael Santos
thx2006/10/1, Brandon Aaron <[EMAIL PROTECTED]>: This was actually just fixed in SVN today. Here is the bug report withthe patch if you don't want to get the latest from SVN.http://jquery.com/dev/bugs/bug/222/ --Brandon AaronOn 10/1/06, Rafael Santos <[EMAIL PROTECTED]> wrote:> Hey, this is what wh

Re: [jQuery] Input text hover error

2006-10-01 Thread Brandon Aaron
This was actually just fixed in SVN today. Here is the bug report with the patch if you don't want to get the latest from SVN. http://jquery.com/dev/bugs/bug/222/ -- Brandon Aaron On 10/1/06, Rafael Santos <[EMAIL PROTECTED]> wrote: > Hey, this is what what happens > uncaught exception: Permissi

[jQuery] Input text hover error

2006-10-01 Thread Rafael Santos
Hey, this is what what happensuncaught exception: Permission denied to get property HTMLDivElement.parentNodeand this is the lines. $("#searchform #s").hover(                              function(){ $(this).css("backgroundColor","#999").css("border","1px solid #0c9"); },                           

Re: [jQuery] Chainable if/else - hot or not?

2006-10-01 Thread Brandon Aaron
At a first glance this code is really not readable (to me at least). I think there is too much of a good thing here (that being chainable methods). It seems like the end goal here is to have one function be applied to part of the jQuery object's elements and another be applied to a different part.

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Michael Geary
> Sam was correct that I wanted the latest SVN version. I also > wanted to see if I was missing out on any other information > that the build process provided. > > @Michael: I got the idea that it would be a good thing to > have access to this from what John Resig mentioned when 1.0 > was rele

Re: [jQuery] Chainable if/else - hot or not?

2006-10-01 Thread John Resig
> Very useful. One thought: It might be nice to allow the elseCallback to run > even when ifCallback is not provided. Maybe it should be added to .not() instead: .not(".foo", elseCallback, ifCallback) --John ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Chainable if/else - hot or not?

2006-10-01 Thread George Adamson
Very useful. One thought: It might be nice to allow the elseCallback to run even when ifCallback is not provided. George J?rn Zaefferer wrote: > > Hi folks, > > the thread about showing and hiding DDs when clicking DTs gave me an > idea for a chainable if/else construct. I have implemented

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Jörn Zaefferer
Klaus Hartl schrieb: > Maybe you can also run the ant task in Aptana (it's based on Eclipse). > That way you have a first-class HTML/CSS/JavaScript IDE as bonus, it > even supports JQuery... > Unfortuanetely they ripped the ant support. The JS editor is way to slow on large files (jquery sour

Re: [jQuery] New plug-in: quickSearch

2006-10-01 Thread Jörn Zaefferer
Rik Lomas schrieb: > Hi guys, > > I've just released a brand new plug-in called quickSearch, for filter > large sets of data. Any comments, criticism (constructive, of course!) > and faults would be greatly received! > > http://rikrikrik.com/jquery/quicksearch/ > > Thanks > Groovy. The first th

[jQuery] New plug-in: quickSearch

2006-10-01 Thread Rik Lomas
Hi guys, I've just released a brand new plug-in called quickSearch, for filter large sets of data. Any comments, criticism (constructive, of course!) and faults would be greatly received! http://rikrikrik.com/jquery/quicksearch/ Thanks -- Rik Lomas http://rikrikrik.com

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Klaus Hartl
Jörn Zaefferer schrieb: > Joel Birch schrieb: >> Thanks Jörn, Sam, Michael and Jake, >> >> I will look into Eclipse - hopefully I can work that out on my own - >> I don't want to create unnecessary work for you Jörn. Thanks for your >> generous offer. >> > To get you started: After intalli

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Ⓙⓐⓚⓔ
it doesn't fail, but I'm not even sure it built test properly! time to load eclipse! On 10/1/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > my patched version is at http://cigar.dynalias.org/jQuery/Makefile > > take a copy! > > On 10/1/06, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > On Oct 1, 2006, at 12

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Ⓙⓐⓚⓔ
my patched version is at http://cigar.dynalias.org/jQuery/Makefile take a copy! On 10/1/06, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Oct 1, 2006, at 12:30 AM, Ⓙⓐⓚⓔ wrote: > > > I saw ant, and since I hadn't anted on this machine,,, I figured try > > the old fashioned Makefile... it's missing

[jQuery] September 2006 Archive, alright? or missing some posts?

2006-10-01 Thread Nilesh Patel
hmm not sure if its me , but it anyone else see September 2006 archive to be short? as i only see a few posts for the whole Sep archive mail list, that right? hm... i remember seeing more post then that. or am i just co coo of the co co puffs? -- Nilesh B. Patel www.n-bp.com __

Re: [jQuery] jQuery buggy in IE7

2006-10-01 Thread Dave Methvin
>> var btnCancel = >> $(cloned).find("input.frmSpace").clone().attr("type","button"). >> val(langHash["cancel"]).insertAfter(btnSubmit); > If I remember correctly, IE has issues changing input > types from one type to another Yep. "Remarks: As of Microsoft Internet Explorer 5, the type prope

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Joel Birch
Thanks a lot Jörn! Joel. On 01/10/2006, at 11:10 PM, Jörn Zaefferer wrote: > Joel Birch schrieb: >> Thanks Jörn, Sam, Michael and Jake, >> >> I will look into Eclipse - hopefully I can work that out on my own - >> I don't want to create unnecessary work for you Jörn. Thanks for your >> generous

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Jörn Zaefferer
Joel Birch schrieb: > Thanks Jörn, Sam, Michael and Jake, > > I will look into Eclipse - hopefully I can work that out on my own - > I don't want to create unnecessary work for you Jörn. Thanks for your > generous offer. > To get you started: After intalling Eclipse (www.eclipse.org), instal

Re: [jQuery] mouse gestures?

2006-10-01 Thread Dan Atkinson
This sort of thing could be used for 'mousewriting recognition', if you could replicate the gesture for all 26 English characters, lower and upper case, numbers and special characters like . , ! " & $ ? : ' @ etc. Of course, everyone has different writing styles, so it'd be impractical, but an ide

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Karl Swedberg
On Oct 1, 2006, at 12:30 AM, Ⓙⓐⓚⓔ wrote: > I saw ant, and since I hadn't anted on this machine,,, I figured try > the old fashioned Makefile... it's missing a line @66 to create the > test/js directory out of the box it does all the make features > except test pretty good start! > > @66 >

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Joel Birch
Thanks Jörn, Sam, Michael and Jake, I will look into Eclipse - hopefully I can work that out on my own - I don't want to create unnecessary work for you Jörn. Thanks for your generous offer. Sam was correct that I wanted the latest SVN version. I also wanted to see if I was missing out on a

Re: [jQuery] Chainable if/else - hot or not?

2006-10-01 Thread Jörn Zaefferer
I investigated on the idea a little further. A basic if/else, with filter() as the if-method can be achieved with this change to filter(): filter: function(t) { if( !this.filterStack ) this.filterStack = []; this.filterStack.push(t); return this.pushStack( ...); } The els

Re: [jQuery] Interface: small flicker when dropping elements

2006-10-01 Thread Sebastian Busch
Hello Stefan, > I don;t have linux, but I think want is the problem. I will try to fix it. thank you for your quick response. Tell me when i can help testing. -- cu Sebastian ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Chainable if/else - hot or not?

2006-10-01 Thread Jörn Zaefferer
John Resig schrieb: > Although, going back through his code - I really like what he did. He > made it such that you no longer had to use anonymous function wrappers > - which I really like. Good point. That was the part of my solution I didn't like for myself. > It'd be really cool to be able to d

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Jörn Zaefferer
Hi Joel! > The more I think about it the more I realise I am missing something > here - especially as no-one else seems bothered by this. I understand > what software developers use SVN for but do not understand why the > general user of the software is required to set up all these Java/ > A

Re: [jQuery] Interface: small flicker when dropping elements

2006-10-01 Thread Stefan Petre
Sebastian Busch wrote: > Hello, > > since there is no email address at the web site of interface i want to > report it here. > > I'm using the excellent Interface plugin collection and noticed a small > flicker when dropping elements (see http://interface.eyecon.ro/ , demo > for draggables): > > el

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Sam Collett
On 01/10/06, Michael Geary <[EMAIL PROTECTED]> wrote: > > From: Joel Birch > > > > I am obviously missing something here - can we not just have > > some sort of friendly web interface that retrieves the latest > > version of jQuery and whatever else this "Ant build" gives > > you? This seems like a

[jQuery] Interface: small flicker when dropping elements

2006-10-01 Thread Sebastian Busch
Hello, since there is no email address at the web site of interface i want to report it here. I'm using the excellent Interface plugin collection and noticed a small flicker when dropping elements (see http://interface.eyecon.ro/ , demo for draggables): elements are invisible for a short time wh

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Michael Geary
> From: Joel Birch > > I am obviously missing something here - can we not just have > some sort of friendly web interface that retrieves the latest > version of jQuery and whatever else this "Ant build" gives > you? This seems like a high barrier to entry considering the > potential demographi