Forum: Ruby & Ruby On Rails
02-06-2012, 07:31 PM
|
|
Replies: 0
Views: 3,125
|
Forum: Ruby & Ruby On Rails
01-29-2012, 06:58 AM
|
|
Replies: 0
Views: 2,734
Radio button choice to show up on main page
I am entering information about a book and trying to get my language choice to go on my main page. The problem is with the radio buttons under language.
<%= form_for(@book) do |f| %>
<% if...
|
Forum: Ruby & Ruby On Rails
01-12-2012, 06:06 AM
|
|
Replies: 0
Views: 3,316
Javascript runtime error
How do I fix the javascript runtime error? Everytime I try to generate a controller it says Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available...
|
Forum: HTML & CSS
11-14-2011, 10:28 PM
|
|
Replies: 1
Views: 335
|
Forum: JavaScript programming
11-01-2011, 06:03 AM
|
|
Replies: 3
Views: 315
|
Forum: JavaScript programming
11-01-2011, 04:45 AM
|
|
Replies: 3
Views: 315
How to alert the right answer?
I need to alert the answer 31 but keep getting 34. It has to go like this ticket*reward+cost. It would be 24+4+3=31. I would need to times the tickets by rewards then add the cost after. How would I...
|
Forum: JavaScript programming
11-01-2011, 04:12 AM
|
|
Replies: 15
Views: 885
|
Forum: JavaScript programming
10-31-2011, 06:06 PM
|
|
Replies: 15
Views: 885
I tried to choose two tickets with the person...
I tried to choose two tickets with the person being a member which is $8 plus the candy $3 and soda $3. It should be like this Tickets * The total of being a member plus the concessions. I keep...
|
Forum: JavaScript programming
10-31-2011, 04:59 PM
|
|
Replies: 15
Views: 885
|