Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

footernav.js 373B

12345678910111213141516
  1. function a(){
  2. var div=document.getElementById("d1_Footernav");
  3. div.style.display="block"
  4. }
  5. $(document).ready(function(){
  6. $('#agree_Footernav').click(function(){
  7. if($("input[type='checkbox']").is(':checked')){
  8. $("input.btn_Footernav").click(function() {
  9. window.open("weixin://")
  10. } )
  11. }else{
  12. }
  13. });
  14. });