Trying to get dynamic helptext for selecting payment methods
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -75,3 +75,5 @@ dt { font-weight: bold; }
|
||||
.notice { color: green; }
|
||||
.alert { color: red; }
|
||||
.hidden, .hidden a { color: #ccc; }
|
||||
|
||||
.payment_instructions { display: none }
|
||||
|
||||
@@ -4,3 +4,5 @@
|
||||
|
||||
.iconinfo, .hoverinfo { font-size: 1.5em; }
|
||||
.hoverinfo { cursor: progress; }
|
||||
|
||||
textarea { height: 10em; }
|
||||
|
||||
Reference in New Issue
Block a user