Trying to get dynamic helptext for selecting payment methods

This commit is contained in:
2013-01-25 22:30:05 -07:00
parent e9c648d36e
commit 8ab6fa10ea
10 changed files with 52 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
jQuery ->
$('#user_payment_method').change ->
$('#pmt_'+$(this).value).css('display: inline')

View File

@@ -75,3 +75,5 @@ dt { font-weight: bold; }
.notice { color: green; }
.alert { color: red; }
.hidden, .hidden a { color: #ccc; }
.payment_instructions { display: none }

View File

@@ -4,3 +4,5 @@
.iconinfo, .hoverinfo { font-size: 1.5em; }
.hoverinfo { cursor: progress; }
textarea { height: 10em; }