こんにちは皆さん、私は Web プログラミングの初心者で、コードに問題があります。
$(document).ready(function(){
$("#adminBox").parent().append("<span></span>");
$("a.adlog:link").click(function() {
$(this).parent().find("#adminBox").slideDown('fast').show();
$(this).parent().hover(function() {
}, function(){
$(this).parent().find("#adminBox").slideUp('slow'); //here i want to change...
});
}).hover(function() {
$(this).addClass("a.adlog:hover");
}, function(){
$(this).removeClass("a.adlog:hover");
});
});
がクリック("#adminBox").slideUp('slow')
されたときの処理
方法を変更したい。$("a.adlog:link")