Angelo Cordova
2011-Dec-19 20:14 UTC
Jquery Modal Dialog with Jquery DatePicker field strange behavior
Hi people. I need your help here, please. I have a rails 3.0.9 app, and I''m using Ajax to save some records to the database. To achieve this, I use a jquery modal form, but one of the fields is a datepicker, and if I click on it to display the calendar it doesn''t work. The thing is, I press submit without fill all the fields, so, my custom validations were shown, telling me that I must fill some fields, and when I did that... surprise... the date picker worked just fine... I don''t know why when I first load the dialog modal form datepicker doesn''t work, but when I "made a mistake" it works. Can you help me? please -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Craig White
2011-Dec-19 21:23 UTC
Re: Jquery Modal Dialog with Jquery DatePicker field strange behavior
On Dec 19, 2011, at 1:14 PM, Angelo Cordova wrote:> > Hi people. > > I need your help here, please. > > I have a rails 3.0.9 app, and I''m using Ajax to save some records to > the database. To achieve this, I use a jquery modal form, but one of > the fields is a datepicker, and if I click on it to display the > calendar it doesn''t work. > > The thing is, I press submit without fill all the fields, so, my > custom validations were shown, telling me that I must fill some > fields, and when I did that... surprise... the date picker worked just > fine... I don''t know why when I first load the dialog modal form > datepicker doesn''t work, but when I "made a mistake" it works. > > Can you help me? please---- doesn''t sound like a rails issue at all but rather a javascript/jquery issue. Make sure that you install Firefox & firebug and use firebug to figure out the difference between the initial display and the subsequent redisplay to figure out why the jquery is late to work. Craig -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Angelo Cordova
2011-Dec-20 13:19 UTC
Re: Jquery Modal Dialog with Jquery DatePicker field strange behavior
On 19 dic, 18:23, Craig White <craig.wh...-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org> wrote:> On Dec 19, 2011, at 1:14 PM, Angelo Cordova wrote: > > > > > > > > > > > > > Hi people. > > > I need your help here, please. > > > I have a rails 3.0.9 app, and I''m using Ajax to save some records to > > the database. To achieve this, I use a jquery modal form, but one of > > the fields is a datepicker, and if I click on it to display the > > calendar it doesn''t work. > > > The thing is, I press submit without fill all the fields, so, my > > custom validations were shown, telling me that I must fill some > > fields, and when I did that... surprise... the date picker worked just > > fine... I don''t know why when I first load the dialog modal form > > datepicker doesn''t work, but when I "made a mistake" it works. > > > Can you help me? please > > ---- > doesn''t sound like a rails issue at all but rather a javascript/jquery issue. > > Make sure that you install Firefox & firebug and use firebug to figure out the difference between the initial display and the subsequent redisplay to figure out why the jquery is late to work. > > CraigI''ve checked firebug, there''s no difference (actually, firebug doesn''t show anything) thanks for your help -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.