Jump to content

Артём Козин

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Артём Козин

  1. Зачем его удалять, если можно просто скрыть? function hideuwnd(){ $("div#_uwndTop1").fadeOut(); $("div#_uwndTop2").fadeOut(); $("div.myWinGrid").fadeOut(); } function showuwnd(){ $("div#_uwndTop1").fadeIn(); $("div#_uwndTop2").fadeIn(); $("div.myWinGrid").fadeIn(); }
  2. $('span').on('mouseover', function(){ $(this).fadeIn();//действие, когда курсор находится на объекте }); $('span').on('mouseout', function(){ $(this).fadeOut(); //действие, когда курсор покидает объект });
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy