All Questions
Tagged with jquery-ui-timepicker ruby-on-rails-4
2 questions
0
votes
2
answers
343
views
Rails multi-dimensional array in JQuery Object Literal using Gon Gem
I am very new to JS & Jquery. I am building a scheduling app. I am storing appointments in a model called "Event". I am using a helper to build the multi-dimensional array from values in columns ...
0
votes
1
answer
281
views
2 fields, 1 model attribute, date not parsing
I have 2 fields that is asscociated with 1 attribute in my model. I am applying it in 2 of my attributes: start_at, and end_at. I am using Timepicker Plugin for jQuery.
I based my answer here: https:/...