[jQuery] Konami Code :]

2009-11-16 Thread Ash
Every body loves a little treat in their websites... Well I believe jQuery holds the PERFECT javascript library for doing the Konami Code. A fan of Konami, and having such a cool little hidden feature to your websites, I decided i'd share my code with the world, or at least those people who'd

[jQuery] Autocomplete + JSON + 's.toLowerCase is not a function': FIXED!

2009-09-05 Thread Ash
search. So if I typed in 'ash', I'd get the matches just fine, but adding a 'c', for 'ashc', triggered the error: no update would occur, and firebug would catch 's.toLowerCase is not a function' on line 442 of jquery.autocomplete.js. The fix is to force a conversion to a string, 's = s.toString

[jQuery] [autocomplete] trigger event if user rejects all autocomplete otions

2009-08-11 Thread Ash
Does anyone have a library or patch to call a handler if a user leaves an autocomplete field without choosing one of the autocomplete options - i.e. they've entered free text. I'm working with an app that populates multiple fields from a single auto-complete value, and our latest requirement is

[jQuery] [autocomplete] Textarea up down arrow key usability

2009-06-04 Thread Mountain/\Ash
The autocomplete plugins disables the use of the up and down arrow keys. In a single line input area this is not an issue, but on a textarea it is very noticeable (especially if you are a poor-spller like I am). I think the arrow keys should only be overridden when the autocomplete drop-down is

[jQuery] jQuery ui tabs crashes in IE 6 7

2008-05-08 Thread Ash
tab. Ash

[jQuery] Please help IE 6 not working with cycle

2008-02-14 Thread Ash
Hi, I am using jQuery Cycle on our portfolio page and all is fine, apart from IE6 (Shock IE6 not playing ball?) it does not display the slide show at all or any images for that matter. Can anyone help me? Please? Here's the page... http://www.c9dd.com/v2/portfolio/index.php Thanks Ash

[jQuery] Madness in IE6

2008-02-11 Thread Ash
Hi, I am using jQuery Cycle on our portfolio page and all is fine, apart from IE6 (Shock IE6 not playing ball?) can anyone help me? Please? Here's the page... http://www.c9dd.com/v2/portfolio/index.php Thanks Ash

[jQuery] jQuery Cycle not working in IE 6 (You have to love it)

2008-02-07 Thread Ash
Hi, I am using jQuery Cycle on our portfolio page and all is fine, apart from IE6 (Shock IE6 not playing ball?) can anyone help me? Please? Here's the page... http://www.c9dd.com/v2/portfolio/index.php Thanks Ash

[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Ash
Sorry I have changed it for the unpacked version now. Could you or anyone else shed some light on to it for me please? Ash On Jan 7, 6:07 pm, Mike Alsup [EMAIL PROTECTED] wrote: The curvycorners plugin is causing cycle to fail. But I can't see why because the code is packed. Mike

[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Ash
What do you mean? Sorry Javascript is not a strong point of mine. On Jan 8, 1:42 pm, Mike Alsup [EMAIL PROTECTED] wrote: I'm not sure where the conflict is, but if you call cycle after you call corner (instead of before) then it seems to work fine. Mike On Jan 8, 2008 4:43 AM, Ash [EMAIL

[jQuery] Re: jQuery cycle not working??

2008-01-08 Thread Ash
does work: $(myRoundCorners).corner() $(mySlideShow).cycle(); I'm not familiar with the curvycorner code and it's larger than I have time to digest right now so I can't tell you why this is happening. Hope that helps. Mike On Jan 8, 2008 10:24 AM, Ash [EMAIL PROTECTED] wrote: What do