I can see in firefox that ul.ulsearch has the class of hidden, but it doesn't work, why?
$('.ulsearch').click(function() {
if ($('.ulsearch').hasclass("hidden")) {
$('.lisearch').fadeIn(100);
}
});
I can see in firefox that ul.ulsearch has the class of hidden, but it doesn't work, why?
$('.ulsearch').click(function() {
if ($('.ulsearch').hasclass("hidden")) {
$('.lisearch').fadeIn(100);
}
});