Hey,
I would add another class to the div you want to show. That way you
can keep it selected until you go over another div. Like this:
$("a.mSelect").hover(
function () {
$('.selected').each(function(){
$(this).removeClass('selected');
$(this).hide();
});
Hey,
I would add another class to the div you want to show. That way you
can keep it selected until you go over another div. Like this:
$("a.mSelect").hover(
function () {
$('.selected').each(function(){
$(this).removeClass('selected');
$(this).hide();
});
Hey,
I would add another class to the div you want to show. That way you
can keep it selected until you go over another div. Like this:
$("a.mSelect").hover(
function () {
$('.selected').each(function(){
$(this).hide();
});
var month = $(this).attr("rel");
$(
3 matches
Mail list logo