Skip to main content

All Questions

0 votes
1 answer
131 views

jQuery UI Datepicker and Rails doesn't play along?

I'm using Rails 3.2 and the jQuery datepicker. Problem is I can't get any of the formatting/customisations to work. My code in posts.js.coffee: jQuery -> $('#post_date').datepicker() ...
Erin Walker's user avatar
0 votes
2 answers
1k views

Jquery-ui datepicker with months and years menu rails

I have a rails app where I want to choose a date of birth. I'd like to use the jquery-ui datepicker for this but am not sure how to implement it into my rails app. This is a screenshot of the ...
nulltek's user avatar
  • 3,297
0 votes
1 answer
153 views

Select fields with Knockout.js

When I include the knockout.js library, all of my select fields disappear. Is there a way for select fields to ignore knockout.js? It affects not only my drop downs, but also date picker...i.e. I ...
user749798's user avatar
  • 5,340
4 votes
2 answers
2k views

best_in_place datepicker format

In rails project I'm using best_in_place datepicker and have some trouble with date format. The html generated by best_in_place: <span class="best_in_place pull-right" id="...
megas's user avatar
  • 21.7k
0 votes
1 answer
348 views

Datepicker not showing calendar

Trying to implement a datepicker and style it a bit better, so it all works fine, until i use the buttonImage option, I have the file calendar_add.png in my assets/images folder, but it doesn't load ...
Lievcin's user avatar
  • 938
2 votes
3 answers
2k views

datepicker jquery ui and rails 3(.1)

Hi i am using the date picker jquery ui in combination with rails 3.1. The date picker looks brilliant, only the date isn't stored in the database? Only sometimes...? So that's a difficult error. ...
Thijs's user avatar
  • 387