[jQuery] autocomplete

2009-10-30 Thread MC
I'm trying to use autocomplete on a dialog windows that has a editing form for the user to change data previously saved so every autocomplete input has data that can be change. The problem is when i do change a value and try to update an input with part of the data returned by the autocomplete

[jQuery] Re: Strange problem with ui.datepicker.js

2009-09-01 Thread Lee Mc
Does anyone have any ideas atall on this? Is it a ui.datepicker bug? Any thoughts/pointers/things to check would be greatly appreciated. Regards, Lee On Aug 28, 4:02 pm, Lee Mc lee.mcmul...@gmail.com wrote: Hi all, Getting a very strange issue with the datepicker component.  It seems

[jQuery] Strange problem with ui.datepicker.js

2009-08-28 Thread Lee Mc
Hi all, Getting a very strange issue with the datepicker component. It seems that whatever the first date on the bottom line of the displayed picker is, is being duplicated. Take a look at what I mean here: http://i773.photobucket.com/albums/yy12/lmcmullen8/datepicker_prob.jpg There are lots

[jQuery] Re: Problem with jQuery in Firefox

2009-05-10 Thread MC Lueppers
before applying the rest of the function prevents the recursive loop. On 9 Май, 22:50, MC Lueppers mdob...@gmail.com wrote: Hi Matt, thanks for the response, but actually this was already clear for me ;). Most importantly I need a workaround for it. I already tried the following too: var

[jQuery] Re: Problem with jQuery in Firefox

2009-05-09 Thread MC Lueppers
).click(); //is creating the recursive loop On May 8, 12:59 am, MC Lueppers mdob...@gmail.com wrote: Hi, I'm in a development phase of a file sharing portal and I have a problem with jQuery on the following page:http://share.home.hive-net.net/pricing. In Firefox I get an error too

[jQuery] Problem with jQuery in Firefox

2009-05-08 Thread MC Lueppers
Hi, I'm in a development phase of a file sharing portal and I have a problem with jQuery on the following page: http://share.home.hive-net.net/pricing. In Firefox I get an error too many recursion when changing the plans. Can you please help me get rid of it? Thanks in advance, Martin

[jQuery] Autocomplete form submit on enter problem?

2008-12-03 Thread Lee Mc
Hi I've implemented the ui.autocomplete to a number of inputs and textareas on a form, they all work fine and as expected. All except one, for some reason on one of the autocomplete fields, when I've scrolled to a value in the list and press enter to select the value, the form is being

[jQuery] ui.jquery.com - down?

2008-12-01 Thread Lee Mc
Anyone know what the deal is with ui.jquery.com being down? I'm just getting a default Apache page. Any ideas when it will be available again?

[jQuery] Lightbox/ThickBox/ui.dialog etc

2008-11-27 Thread Lee Mc
Hi there, Does anyone have an opinion on what they think is the best lightbox implementation to use? It's not going to be used to display images, it's mainly form interaction. My only caveat's are: - Must be draggable - Must (unfortunately) work in IE6 - Must be modal I've been playing with

[jQuery] Re: $('#id').width()

2008-11-20 Thread Lee Mc
the first one, the image appears in tab one, but stays underneath the input box because the width isn't updated? On Nov 20, 12:11 am, Lee Mc [EMAIL PROTECTED] wrote: The example HTML only has a single text input, it's this input I'm having issues with. Apologies, the example HTML gave the field

[jQuery] Re: $('#id').width()

2008-11-20 Thread Lee Mc
The width of the field gets set by a stylesheet which is pulled through. On Nov 20, 3:22 pm, CodingCyb.org [EMAIL PROTECTED] wrote: Is the original width of the text field set in css? Or is it just the width it gets when page loads? On Nov 20, 9:09 am, Lee Mc [EMAIL PROTECTED] wrote

[jQuery] Re: $('#id').width()

2008-11-20 Thread Lee Mc
The width is defined by a class the field has rather than it's ID. On Nov 20, 8:06 pm, CodingCyb.org [EMAIL PROTECTED] wrote: And in the css the width is defined for #test_field or w/e its named? Or is it defined by a class that it has? On Nov 20, 9:37 am, Lee Mc [EMAIL PROTECTED] wrote

[jQuery] Re: $('#id').width()

2008-11-19 Thread Lee Mc
, if not then changing that field width shouldn't affect any other tabs. From what I now understand you don't want the image there unless you are on the first tab? So placing it within the content of that tab may be the solution? On Nov 18, 9:30 am, Lee Mc [EMAIL PROTECTED] wrote: Here

[jQuery] Re: $('#id').width()

2008-11-19 Thread Lee Mc
is just a typo. Cheers, Lee. On Nov 20, 4:14 am, CodingCyb.org [EMAIL PROTECTED] wrote: Sorry it took so long for a reply... Where in the html is #test_field ? That's what the field_img goes after, but I'm not sure where that is... On Nov 19, 9:39 am, Lee Mc [EMAIL PROTECTED] wrote: Hi, yes I

[jQuery] $('#id').width()

2008-11-18 Thread Lee Mc
Hi, i'm having an issue with setting the width of a field using $ ('#field_id').width(). My setup is as follows: - I have a form with multiple divs, on load I run some code to turn these divs into tabbed content i.e. only one div showing at any point. When tab=x appears in the URL, my code

[jQuery] $('#id').width()

2008-11-18 Thread Lee Mc
Hi, i'm having an issue with setting the width of a field using $ ('#field_id').width(). My setup is as follows: - I have a form with multiple divs, on load I run some code to turn these divs into tabbed content i.e. only one div showing at any point. When tab=x appears in the URL, my code

[jQuery] Re: $('#id').width()

2008-11-18 Thread Lee Mc
, Lee Mc [EMAIL PROTECTED] wrote: Hi, i'm having an issue with setting the width of a field using $ ('#field_id').width(). My setup is as follows: - I have a form with multiple divs, on load I run some code to turn these divs into tabbed content i.e. only one div showing at any point

[jQuery] Re: $('#id').width()

2008-11-18 Thread Lee Mc
, or are set up. That code would be most helpful at this point in time. On Nov 18, 8:36 am, Lee Mc [EMAIL PROTECTED] wrote: Hi, here is the JS.  I haven't pasted the form_tabs.build() function but can do if you think that might help. $(function(){     // Build the tabs on the form