[jQuery] Re: jScrollPane.. css blindness?

2007-09-22 Thread Birgit Pauli-Haack
I am referring to the image that should be in the scrollbar, instead of the gray variation it should look like the example from this page: http://kelvinluck.com/assets/jquery/jScrollPane/examples.html Thanks for taking the time to look at this:-) On 9/22/07, Benjamin Sterling <[EMAIL PROTECTED]>

[jQuery] Opera indexOf support

2007-09-22 Thread Glen Lipka
I got a note that someone that my sprites didn't work in Opera. So I fired up my virtual PC and installed Opera. jQuery was not the culprit. The problem was that Opera does not support indexOf on an array, just on strings. Info in bottom of this page: http://www.howtocreate.co.uk/emails/NicolasR.

[jQuery] Re: jScrollPane.. css blindness?

2007-09-22 Thread Benjamin Sterling
Birgit, I am seeing images on the site in the text area just to the left of the text, is that what you are referring too? On 9/22/07, Birgit Pauli-Haack <[EMAIL PROTECTED]> wrote: > > Hi, > > with the JscrollPane I try to implement one of the OS css versions and I > just can't get the images to sh

[jQuery] Re: filtering elements

2007-09-22 Thread Brandon Aaron
An invalid DOM is unpredictable and difficult to work around. I would think that the hang up would probably be in jQuery.clean but I'm not positive. Perhaps there is a better way to handle limiting the amount of information within the clue tip. Maybe use CSS to set overflow: hidden along with a set

[jQuery] jScrollPane.. css blindness?

2007-09-22 Thread Birgit Pauli-Haack
Hi, with the JscrollPane I try to implement one of the OS css versions and I just can't get the images to show. Somehow I must not understand the CSS interdependencies correctly or I am making a plain stupid mistake. Anything is possible right now.. I have the image files in the right directory, a

[jQuery] Re: filtering elements

2007-09-22 Thread Pops
Hi Brandon, Maybe you can assist here as well. What started this was finding jQuery, actually the jQuery.ClueTip.js plugin hanging the browser to the point of ending the task. During the investigation and isolating the code to the testFilter() function, I found the other .not issue. Karl and I

[jQuery] Re: filtering elements

2007-09-22 Thread Pops
Perfect! Maybe JR can make this into a .notAll() function in 1.2.1.1.1.1.1 :-) Thanks Brandon! -- HLS On Sep 22, 8:34 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Oh okay... So, the code is working, it matches only the DIV and appends that > DIV. However, that DIV still contains the other

[jQuery] Re: filtering elements

2007-09-22 Thread Brandon Aaron
Oh okay... So, the code is working, it matches only the DIV and appends that DIV. However, that DIV still contains the other elements. The .not method doesn't actually remove elements from the DOM just from the jQuery collection. I can see how this can be confusing for what you are trying to achiev

[jQuery] Re: Adding :hover css support to IE6 - ie6HoverFix

2007-09-22 Thread Christian Bach
Updated the script to support :focus and :after http://lovepeacenukes.com/jquery/ie6cssfix/ /christian 2007/9/21, Christian Bach <[EMAIL PROTECTED]>: > > Unfortunately :after renders as unknown in ie6 :( > > So no luck there... > > 2007/9/21, Christian Bach <[EMAIL PROTECTED]>: > > > > That woul

[jQuery] Re: Plugin to get URL Parameters

2007-09-22 Thread DaveG
I also came across this: http://www.oakcitygraphics.com/jquery/jqURL/jqURLdemo.html?var1=1&var2=2&var3=3 Glen Lipka wrote: Answered my own question http://www.mathias-bank.de/2007/04/21/jquery-plugin-geturlparam-version-2 Sorry, Glen On 9/20/07, *Glen Lipka* <[EMAIL PROTECTED]

[jQuery] Re: Metadata plugin performance issues

2007-09-22 Thread Erik Beeson
> > I didn't know about logical operator short-circuiting, thanks for the > info - it's good to know. > > But this obviously wasn't in place on my tests or I wouldn't have got > the results I did. So I don't think logical operator short-circuiting > is a reliable enough solution to this problem...

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-22 Thread Web Specialist
Jörn marketo form accepts a password with 6 numbers. But rule for that require numeric and letters, right? Could be a bug? Cheers 2007/9/22, Jörn Zaefferer <[EMAIL PROTECTED]>: > > > voltron schrieb: > > Hi, > > > > has anyone written a validator to check for alphanumeric values and a > > min le

[jQuery] Re: filtering elements

2007-09-22 Thread Pops
Hi Brandon, Let me try this I'm not seeing it work. Here is my test code. I tried all 3 methods: //