Guest User

dgf

a guest
Mar 29th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $(document).ready(function(){
  2. $('check1234').on('click', function(){
  3. $('#unique_id').hide();
  4. $('#shipping-estimate-results').show();
  5. });
  6. });
Add Comment
Please, Sign In to add comment