Posts by Xavier • 149 points
5 posts
-
4
votes1
answer1154
viewsQ: Chained lists in C
I have two lists in C, where you should include several records in the list of customers, and then make sure that some customer can book a car that is stored in the list of cars. The part of…
-
3
votes2
answers1397
viewsQ: How to disable a combobox with a condition in jquery?
I’m working on a project in Rails, where in a view of the project I own several combobox, where at first I would like only one to be enabled, and according to the value selected the others are…
-
5
votes5
answers511
viewsQ: Problem with footer on mobile sites
I recently came across a problem in a footer of a project of mine. The footer in the case should be at the bottom of the page (bottom: 0;), So far so good, it’s normal. The problem is that when I…
-
2
votes1
answer41
viewsQ: Delete a flash[:Success] a few seconds after being shown to the user?
I have a registration form using Rails, where after the user completes the registration, it is redirected to the login page along with a flash[:success] that shows a welcome message. My doubt is…
-
0
votes1
answer367
viewsQ: Page loading Ajax + Jquery + Ruby on Rails
Oops, good afternoon guys I’m a little new in Rails and to with a little difficulty. I have a login form (Sessions/new) and a registration form (users/new), in each of these formularies, I have a…