[jQuery] Using ASCII characters in textfield

2008-07-02 Thread Gearóid O'Ceallaigh
I'm using an autocomplete function on a textfield but I'm having a problem since the autocomplete array is filled with German words so special characters (such as ü, ä and ö). I can insert the ASCII codes for these characters in the array and when the autocomplete display pulls down, the array

[jQuery] Re: Issue using a long array in jquery autocomplete

2008-07-01 Thread Gearóid O'Ceallaigh
. There is no syntax error around these lines - I've checked a few times. Is there a chance that these foreign characters are causing the errors within the script? On Jun 30, 3:59 pm, gf [EMAIL PROTECTED] wrote: On Jun 30, 3:38 am, Gearóid O'Ceallaigh [EMAIL PROTECTED] wrote: Hi, I'm using

[jQuery] Issue using a long array in jquery autocomplete

2008-06-30 Thread Gearóid O'Ceallaigh
Hi, I'm using bassistance's autocomplete on a website (plugin page found here: http://plugins.jquery.com/project/autocompletex). Its perfect for I need since it allows the data for the autocomplete to be loaded from a local array. However, whilst the autocomplete works fine in most browsers - it

[jQuery] Re: How to center text (sweet mother of mary can it be this hard?)

2008-06-30 Thread Gearóid O'Ceallaigh
Why not just define a css class with text-align: center and add this to whatever element you need centering? I'm presuming you want to center the preview text in the example so this should center it to your rounded corner div. If you want it centered vertically also, you may have to use some

[jQuery] Re: jQuery enable/disable problem with IE 6 and 7

2008-06-16 Thread Gearóid O'Ceallaigh
bump, any suggestions? On Jun 13, 11:20 am, Gearóid O'Ceallaigh [EMAIL PROTECTED] wrote: Hi, I'm having a few problems getting my jQuery code to work in internet explorer 6 and 7. The best way I can describe it is: there are several text fields on my webpage and each should be enabled

[jQuery] jQuery enable/disable problem with IE 6 and 7

2008-06-13 Thread Gearóid O'Ceallaigh
Hi, I'm having a few problems getting my jQuery code to work in internet explorer 6 and 7. The best way I can describe it is: there are several text fields on my webpage and each should be enabled/disabled based upon the radio button selected at the top of the page. The code I have written works

[jQuery] jQuery enable/disable problem with IE 6 and 7

2008-06-13 Thread Gearóid O'Ceallaigh
Hi, I'm having a few problems getting my jQuery code to work in internet explorer 6 and 7. The best way I can describe it is: there are several text fields on my webpage and each should be enabled/disabled based upon the radio button selected at the top of the page. The code I have written works