https://www.myziyuan.com/
- nij
- 入住人数下拉框change事件编码例如你的入住人数下拉框id是person$(function() { $("#person").change(function(){ var num = $(this).val(); //价格后面的文本label id假设为price $("#price").text(515*num); //这是label/font等的写法 })});
- 2021-02-19 18:40:01
- 世源网络科技
- 你好!!<script>$(document).ready(function(){ $(".menu >li").click(function(){ $(this).children("ul").toggle().end().siblings().children("ul").hide(); });});</script>
- 2021-02-11 16:26:58
- 201538
- JQUERY代码 请教,急急急.简单的,话说,你的代码有点小别扭$(function(){ $('input[type=checkbox]').each(function(checkbox,index){ var c=101*index+405; $(checkbox).click(function(){ $('.compare_tip').css('display','block').attr('style','display: block; position: absolute; top:'+c+'px; left: 125px;'); $(this).parent().parent().css('background','gray'); }) }) })
- 2021-02-11 16:26:58