Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.     $(".addCouponLnk").colorbox({width: "420", height: "470", inline:true, href:"#addCouponForm"}, function(){
  3.         $('.date-pick').datePicker({clickInput:true});
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement