[jquery-ui] Re: jQuery UI download .zip invalid?

2009-01-30 Thread Cyril
I didnt see my post.. so replying again... I am getting the same error about unexpected end of archive in winrar , in winzip it does not work either. I am using http://ui.jquery.com/download to download. Thanks On Jan 30, 9:17 am, Richard D. Worth rdwo...@gmail.com wrote: Just to be sure,

[jquery-ui] Append Result to a p

2009-02-11 Thread Cyril
Hi I'm having problems appending my results to a paragraph without refreshing ... I've done a simple ajax test on my own form but calling google.ca to do a search . I want to output the result within a DIV on the current page without refreshing the page. For some reason, it is displaying the

[jquery-ui] Re: onChangeMonthYear and inline datepicker

2009-08-19 Thread Cyril
}); Hello, Why your regional option isn't in the doc ( http://jqueryui.com/demos/datepicker/) ? Thanks. -- Lopez Cyril - Nethik http://www.nethik.fr http://www.blogalwarming.com http://www.libratoi.net --~--~-~--~~~---~--~~ You received

[jquery-ui] Re: onChangeMonthYear and inline datepicker

2009-08-19 Thread Cyril Lopez
2009/8/19 Richard D. Worth rdwo...@gmail.com On Wed, Aug 19, 2009 at 5:29 AM, Cyril loveisthe...@gmail.com wrote: 2009/8/18 Jörn Zaefferer joern.zaeffe...@googlemail.com As a workaround, you could set that option after init: $('#options #date').datepicker({ minDate: 0

[jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-19 Thread Cyril Lopez
it... Cyril, Nethik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery UI group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr

[jquery-ui] Re: sortable serialize

2009-10-19 Thread Cyril Lopez
) { $.post('/url.html',$(this).sortable('serialize'), function(data){ [...] }); } } ); Cyril, Nethik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery UI group. To post

[jquery-ui] Sortable - Nested lists problem

2009-10-28 Thread Cyril Lopez
/NestedSortableDocumentation - http://code.google.com/p/nestedsortables/ Does it means my need is impossible with UI sortable/serialize functions ? Thanks for any help -- Cyril, Nethik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: [jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-28 Thread Cyril Lopez
is '.movTool' and the drag action messes up in IE. Thanks for any help -- Cyril, Nethik Cyril Lopez schrieb: 2009/10/19 Blunk djbl...@gmail.com mailto:djbl...@gmail.com Hi everyone, im need some help here with IE compatibility. I have a small script that uses sortable jquery ui to sort

Re: [jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-30 Thread Cyril Lopez
2009/10/29 Titkov Anton elsoft.to...@gmail.com I'm think tah bug connect with that bug http://dev.jqueryui.com/ticket/4333 Exactly ! There are few patches on that page. Haven't tested. Milestone : 1.8... -- You received this message because you are subscribed to the Google Groups jQuery UI

[jquery-ui] Submit prevented form

2010-01-13 Thread Cyril Lopez
. Cyril -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this gro

Re: [jquery-ui] Submit prevented form

2010-01-13 Thread Cyril Lopez
2010/1/13 Balázs Suhajda suhaj...@gmail.com I would suggest using a hidden input or 2. Using jquery you can easily set them to be disabled and then they will not submit. Thanks for the tip Balázs ! Cyril input name=somename type=hidden value=somevalue/ then you could use $('[name