[jQuery] Re: Should I keep away from other plugin dependencies?

2009-08-04 Thread Alexandre Magno
t, but it's already a high but > reasonable file size, so the core team has take careful that the core > UI library not exceed too much. > > Alexandre Magno > Interface Developer - Globo.comhttp://blog.alexandremagno.net

[jQuery] Re: A question about Z-index

2009-06-30 Thread Alexandre Magno
Hi, I think the jQuery UI sets the accordion for a higher z-index. Your dropdown menu is absoluting positioning? If so, you can use a z-index higher or inspect the firebug to check the current z-index of the accordion to certify that... I hope it helps, Regards, Alexandre Magno Interface

[jQuery] Re: (validate) Radio button values

2009-06-29 Thread Alexandre Magno
e="answers" /> >                                 Answer 4 >                         >                         Please > select an answer. >                 >                         value="Check Answers"/> >         > > > > > >

[jQuery] Re: extract data from this JSON encode using jQuery

2009-06-29 Thread Alexandre Magno
a item to consider... You should manipulate the dom as few as possible, in extreme case it's more faster append once the whole content that adding each part desired... The way you show, you should work with dom fragment - http://ejohn.org/blog/dom-documentfragments/ Regards, Alexandre Magno Inte

[jQuery] Re: (validate) Radio button values

2009-06-29 Thread Alexandre Magno
t;                                 > value="1" name="answers" /> > >                                 Answer 1 > >                         > >                         > >                                 > value="2" name="answers&q

[jQuery] Re: I am using Thickbox for login but the login verify page is also opening in thickbox

2009-06-26 Thread Alexandre Magno
Hello, How you are making this redirection? Better: how you are submiting the information, with ajax? If yes, how are you redirecting? If no, try to put a target attribute in the form with the target to parent window... Regards, Alexandre Magno Interface Developer http

[jQuery] Re: (validate) Radio button values

2009-06-26 Thread Alexandre Magno
eated with the syntax above could be added in additional.methods.js that cames with the validate plugin it was clear? Alexandre Magno Interface Developer http://blog.alexandremagno.net On Jun 25, 7:12 pm, Matt Riley wrote: > Yeah, like I thought, I'm back again.  ;-) > > Below is

[jQuery] Re: (validate) multiple checkbox groups

2009-06-26 Thread Alexandre Magno
Are you using validate plugin to make all the validation? Regards, Alexandre Magno Interface Developer http://blog.alexandremagno.net On Jun 25, 5:28 pm, jtotheh wrote: > Hi all, > > Anyone have an idea of how I could look for a single checked box > across two different checkbox g

[jQuery] Re: extract data from this JSON encode using jQuery

2009-06-26 Thread Alexandre Magno
function(){ > options += ' value="'+this.State.name+'">'+this.State.name+''; >}) >$(options).appendTo( select ); > > }, 'json'); Reference: http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly Regards, Ale

[jQuery] Re: Filtering a select list

2009-06-26 Thread Alexandre Magno
Hello, With http://www.texotela.co.uk/code/jquery/select/ you can manipulate selects easily, not so directly like the one you show that it's great... Alexandre Magno Interface Developer http://blog.alexandremagno.net On Jun 26, 12:29 pm, shaded wrote: > here is a non jquery solution

[jQuery] Re: slideToggle jump issue

2009-06-26 Thread Alexandre Magno
the amount of jump was relative to padding size. So I didint find the right thing to solve the problem, but I take out the padding via javascript before call slideToggle and then give the same padding again in callback, this solve to me... not a ideal solution, but mabe it can help... Alexa

[jQuery] Re: problem looping through table rows in IE

2007-08-17 Thread Alexandre Magno Teles Zimerer
Hey dude, why you wanna loop thrungh table rowsAwaiting for your answer,Alexandre MagnoWeb developerhttp://blog.alexandremagno.net> Date: Fri, 17 Aug 2007 14:48:41 -0700> From: [EMAIL PROTECTED]> To: jquery-en@googlegroups.com> Subject: [jQuery] Re: problem looping through table rows in IE>

[jQuery] Re: toggle all

2007-08-17 Thread Alexandre Magno Teles Zimerer
Yeah, you can use each to iterate to divs that you want to close...> Date: Fri, 17 Aug 2007 11:24:36 -0400> From: [EMAIL PROTECTED]> To: jquery-en@googlegroups.com> Subject: [jQuery] toggle all> > > Hello, is it possible to toggle all once a new toggle has been made?> > I have this function> >