[jQuery] Re: Best way to Toggle

2009-01-05 Thread daweb
the jQuery chain, which is Fieldset#id_2 On Jan 5, 9:33 am, daweb davideprevo...@gmail.com wrote: Hi everybody and sorry about my English! This is my markup: fieldset id=id_1 dl class=campo-esteso dtnbsp;/dt dd input name=flag type=checkbox class=flag id=flag value=on tabindex=1

[jQuery] Best way to Toggle

2009-01-05 Thread daweb
Hi everybody and sorry about my English! This is my markup: fieldset id=id_1 dl class=campo-esteso dtnbsp;/dt dd input name=flag type=checkbox class=flag id=flag value=on tabindex=1 / span class=opzionaleToggle?!?!/span /dd /dl /fieldset fieldset id=id_2 // this fieldset is hidden Some input

[jQuery] Autopopulate multiple select plugin question

2008-02-07 Thread daweb
Hi everybody, I'm using the plugin in object to autopopulate a multiple select. It works nicely. Now, I would want to select (selected=selected) the right item when I reload the page. I have this: if (@$this-input-post('ajaxSelectChoose')) { $query =

[jQuery] Jeditable + Json + Multiple Select

2008-01-22 Thread daweb
, anyone can help me? Thank you, regards to all. Daweb

[jQuery] Re: Jeditable + Json + Multiple Select

2008-01-22 Thread daweb
Thank for reply Mika. Try to explain my issue. I have x number of select input type, generated from a db query. With an ajax call I print the select fields into the page, without page reload obviously. Now i wanna use your plugin to edit this select fields but I can't set the data options with

[jQuery] .clone issue with IE

2008-01-14 Thread daweb
Hi everybody, I'm sorry for my English... I'm trying to add a new table row (tr) after an ajax call. My code works perfectly with FF or Opera, but not with IE. With the right browsers I can add multiple row, IE instead overwrite my first row (with right content but overwrite the last

[jQuery] An issue with .clone(true) and IE 6+

2008-01-14 Thread daweb
Hi everybody, I'm sorry for my English... I'm trying to add a new table row (tr) after an ajax call. My code works perfectly with FF or Opera, but not with IE. With the right browsers I can add multiple row, IE instead overwrite my first row (with right content but overwrite the last

[jQuery] Re: jquery.validation and ajax

2007-05-23 Thread daweb
Thank you for reply. Now, the validation plugin run fine. The Ajax Call run too, because the record I intend to save, is in my DB correctly, but.. It returns this error: uncaught exception: [object Object] This is my complete js code, included in commenti.js (I also include jquery.js and

[jQuery] Re: jquery.validation and ajax

2007-05-22 Thread daweb
is that ajax call works but not the validation. I want call ajax if the form is valid... On May 22, 3:02 pm, Richard Worth [EMAIL PROTECTED] wrote: On 5/22/07, daweb [EMAIL PROTECTED] wrote: ... $('#successDiv').fadeIn('slow'); } }), $(#form_inserisci_commento).validate