Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
12345678910111213141516 |
- function a(){
- var div=document.getElementById("d1_Footernav");
- div.style.display="block"
- }
-
- $(document).ready(function(){
- $('#agree_Footernav').click(function(){
- if($("input[type='checkbox']").is(':checked')){
- $("input.btn_Footernav").click(function() {
- window.open("weixin://")
- } )
- }else{
-
- }
- });
- });
|