Sha256: bbef515c8756bac6d81f737924f1cfd0a7d651636ce6ec69dda460f86ac6c213
Contents?: true
Size: 480 Bytes
Versions: 31
Compression:
Stored size: 480 Bytes
Contents
$(document).ready(function(){ $("#card_new").radioControlsVisibilityOfElement('#card_form'); $('select.jump_menu').change(function(){ window.location = this.options[this.selectedIndex].value; }); $('#cvv_link').click(function(event){ window_name = 'cvv_info'; window_options = 'left=20,top=20,width=500,height=500,toolbar=0,resizable=0,scrollbars=1'; window.open($(this).attr('href'), window_name, window_options); event.preventDefault(); }); });
Version data entries
31 entries across 31 versions & 2 rubygems