Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(function () {
  3. setTimeout(function(){
  4. var select = $('.select-cta-toggle select');
  5. select.change(function () {
  6. select.not(this).val(this.value);
  7. $( ".acrobat-pro-dc-toggle.annual" ).toggle();
  8. $( ".acrobat-pro-dc-toggle.monthly" ).toggle();
  9. });
  10. }, 250);
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement