Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script>
  2. $(#starting_bid).on('change', 'format', function (e) {
  3. if ($(this).val() == 'Fixed price'){
  4. render 'read_only_starting_bid_field'
  5. }
  6. });
  7. </script>
  8. <%= form_for(@listing) do |f| %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement