html Conforamaguíadecompra。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Conforamaguíadecompra。相关的知识,希望对你有一定的参考价值。


	function rellenarCampo(campo,valor){
		var $j = jQuery.noConflict();
		if(document.getElementById(campo).value == valor)
		{
			document.getElementById(campo).value = '';
			$j('#'+campo+'_'+valor).removeClass('activo');
		}
		else
		{
			document.getElementById(campo).value = valor;
			$j('.'+campo).removeClass('activo');
			$j('#'+campo+'_'+valor).addClass('activo');
		}
	}

<script>
	function siguiente_paso(actual)
	{
		siguiente=actual+1;
		var $j = jQuery.noConflict();
		$j('#panel_'+actual).fadeOut();
		/*$j('#panel_imagen_'+actual).fadeOut();*/
		$j('#panel_'+siguiente).delay(450).fadeIn();
		/*$j('#panel_imagen_'+siguiente).delay(450).fadeIn();*/
	}
	function anterior_paso(actual)
	{
		anterior=actual-1;
		var $j = jQuery.noConflict();
		$j('#panel_'+actual).fadeOut();
		$j('#panel_'+anterior).delay(450).fadeIn();
	}
	
	function cambiar_pestana(destino)
	{
		var $j = jQuery.noConflict();
		$j('.contenido_guia_compra').hide();
		$j('.pestanas .pestana').removeClass('active');
		$j('#contenido_guia_compra_'+destino).show();
		$j('.pestanas .pestana#'+destino).addClass('active');
	}
	
	function asesorColchones()
	{
		var $j = jQuery.noConflict();
		var colchones;
		
		$j.post("/asesores/colchones.php",$j("#asesor_colchones").serialize(),function(res){ 
			colchones = eval(res);
			document.asesorcolchones.codigo.value=colchones.join();
			$j("#asesor_colchones").submit();
		});
	}
	
	function asesorSofas()
	{
		var $j = jQuery.noConflict();
		var sofas;
		
		$j.post("/asesores/sofas.php",$j("#asesor_sofas").serialize(),function(res){ 
			sofas = eval(res);
			document.asesorsofas.codigo.value=sofas.join();
			$j("#asesor_sofas").submit();
		});
	}

/*Función empleada cuando se cierra el popup de header.phtml*/
	function cerrar_cookies()
	{
		var $j = jQuery.noConflict();
		
		$j(".banner_pantalla_completa").fadeOut();
	}




	function iframeLoaded() {

		var iFrameID = document.getElementById('frame_wp');
		if(iFrameID) {
			  // here you can make the height, I delete it first, then I make it again
			  iFrameID.height = "";
			  iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
		}
	}

</script>
<!-- Panel estilo -->
<div class="botones dos">
            <a href="javascript:void(0)" onclick="rellenarCampo('estilo','diseno')" id="estilo_diseno" class="estilo">Diseño</a>
            <a href="javascript:void(0)" onclick="rellenarCampo('estilo','clasico')" id="estilo_clasico" class="estilo">Clásico</a>
</div>
<input type="hidden" name="estilo" id="estilo" value="">

<div class="botones_navegacion">
        	<a href="javascript:void(0)" onclick="anterior_paso(1)" id="atras">atrás</a>
            <a href="javascript:void(0)" onclick="siguiente_paso(1)" id="siguiente">siguiente</a>
</div>

以上是关于html Conforamaguíadecompra。的主要内容,如果未能解决你的问题,请参考以下文章

Docker 镜像操作

html Fíglnahover efekt(pomocíshadow-text)

html Ceníky - boxy - zvětšení

html 测试rychlostipsaní

html FrontaneríaSmashingConf2017

html FrontaneríaSmashingConf2017