[jQuery] JQuery IE Bug? trigger with TABLE Element

2009-07-22 Thread Diogo
Invalid procedure call or argument Error Can anyone help with this issue? Do you need more info, what? Thanks. Regards, Diogo

[jQuery] Re: Help- jquery Dynamic Image load - dbl click = loads twice

2009-04-14 Thread Diogo Shaw
(); }); }); } // eg $('img.slide').image(function() { // success; }); Diogo Shaw

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-12-28 Thread Diogo Merovingio
I still with problems. When the "onblur" submit the form, the autocomplete didn't finish yet. The consequence is that when I select something from autocomplete and press tab the string submitted was only part of what I wrote (ex.: I write "fran", the autocomplete suggest "France", if I select or p

[jQuery] Re: Selectors

2008-12-12 Thread Diogo Neves
s get the empty node where i need to put a new file input... thanks everyone... i think this thread can be considered closed... ;) On Fri, Dec 12, 2008 at 8:20 PM, brian wrote: > > On Fri, Dec 12, 2008 at 2:41 PM, Diogo Neves wrote: > > hi brian, > > > > thanks for your

[jQuery] Re: Selectors

2008-12-12 Thread Diogo Neves
"button"> > > > > > > > > > (btw, did you realise that one of those is empty?) > > alert($('#div_pdfs div:last').attr('id')); > > will give, "last_4&quo

[jQuery] Re: Selectors

2008-12-12 Thread Diogo Neves
meting unusual... > > > > Is there any bug with selector ":last"? > > > > For me the selector "#div_id div:last div:last" or "#div_id div:last > > div:last div:last" isn't getting the div... but if i do a while and > > get

[jQuery] Re: What's the correct way to write this code?

2008-12-12 Thread Diogo Neves
} > > > > else { > > > > } > > > > > > you have > > > > > > if (response.login = "Login Successful"); > > > > > > drop the semi-colon after both your (conditions) > > > > > > On Dec 12, 8:58 am, "Rick Faircloth" > wrote: > > > > > > > How should this be written? I can't figure it out. > > > > > I keep getting "syntax error: else" > > > > > > > success: function(response){ > > > > > > > if (response.login = "Login Successful"); > > > > > {top.location.href = "site_manager.cfm"} > > > > > > > else > > > > > > > if (response.login == "Login Unsuccessful"); > > > > > > {$('#contentdiv').empty().fadeIn(1000).append(response.login)}; > > > > > > > } > -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

[jQuery] Re: Multiple FCKEditor instances & validate plugin problem

2008-08-26 Thread Diogo Abdalla
is. I was struggling > with the issue this last week! > > Thanks, > > - > David D. > > > > On Tue, Aug 26, 2008 at 12:59 PM, Diogo <[EMAIL PROTECTED]> wrote: > >> >> Nobody? >> >> On Aug 25, 10:55 pm, Diogo <[EMAIL PROTECTED]> wrote: &

[jQuery] Re: Multiple FCKEditor instances & validate plugin problem

2008-08-26 Thread Diogo
Nobody? On Aug 25, 10:55 pm, Diogo <[EMAIL PROTECTED]> wrote: > Hey all. > > Im having a hard time getting FCKEdtitor plugin and the "validate" > plugin to work along, so please, any advice is very welcome. Im using > the fckeditor plugin on all fckeditors, addi

[jQuery] Multiple FCKEditor instances & validate plugin problem

2008-08-26 Thread Diogo
Hey all. Im having a hard time getting FCKEdtitor plugin and the "validate" plugin to work along, so please, any advice is very welcome. Im using the fckeditor plugin on all fckeditors, adding the to textareas using the method described here: http://www.fyneworks.com/jquery/FCKEditor/ First I wa