[jQuery] jQuery validation on 3 select box

2009-07-24 Thread c.sokun
Hi there, I had a form where I need user to input the their birthdate: 1 ... Jan ... 1980 ... How do I write custom validation rule to check if user had selected appropriate input? And which control should I assign the rule on? Thanks.

[jQuery] Re: UI dialog resize (width & height settings)

2009-05-21 Thread c.sokun
n > method, specifying the option you want to change, and the new value: > > $("#myDiv").dialog("option", "width", newXX); > $("#myDiv").dailog("option", "height", newYY); > > - Richard > > On Mon, May 18, 2009 at 4:34

[jQuery] UI dialog resize (width & height settings)

2009-05-18 Thread c.sokun
I had problem when try to reuse div element with ui.dialog(). If I set the width & height the first time it works; but if I call it from second function with different width & height it won't apply the new setting. Also if I manually resize the dialog when it appear after close and reopen it use

[jQuery] deserialize plugin latest version?

2009-01-22 Thread c.sokun
does anyone happen to know what was the latest version of form deserialize plugin? Where can I grab it? Cheers

[jQuery] how to make datePicker play nice with other plugin

2008-06-06 Thread c.sokun
I have problem try to combine jquery.datePicker and jquery.Form plugin. If I code jquery.Form first and jquery.datePicker next Form work but datePicker not and vise versa. Is there a way to make it compatible with each other?