我正在面临一个 j滴虫问题。 我对它进行了“幻灯塔”和“拖延”的影响,但是,如果你把离开的权利联系起来,这只会是适当的。 当你以其他方式控制时,拖延的影响首先要放在滑坡之前。 我很抱歉,所以我很难理解这一点。 这是否与html要素指令有任何关系?
我已尝试将“z-index”添入“z-index”的jquery中积极的链接部分,我还试图“hide”所有不活跃的、但没有任何工作过的不足。
第二,我对法典最后一部分持怀疑态度,我试图把案文隐藏在我接触过的文稿和文字中。 我使用了从,除最后一行外,在你点点对案文的点点点点点点点点点点点外,一切都做了更正。
The jquery Code is show underneath, and to view thedownmenu, visit this website:
$(document).ready(function(){
$("ul li").mouseenter(function(){
$("ul",this).stop(true,true).slideDown("slow");
}).bind("mouseleave",function(){
$("ul",this).delay(500).slideUp("slow");
});
$( form input[type="text"], textarea ).each(function(){
var theLabel = $(this).prev( label );
$(this).css("color", "grey").attr( value ,theLabel.html());
theLabel.hide();
});
});
如果有人想看一下,我会非常伟大!
最佳做法
Vegar