Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery * JQuery * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update guide/russian/jquery/jquery-html-method/index.md Co-Authored-By: lipis <lipiridis@gmail.com> * Update guide/russian/jquery/jquery-html-method/index.md Co-Authored-By: lipis <lipiridis@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: jQuery Hover Method
|
||||
localeTitle: Метод JQuery Hover
|
||||
localeTitle: Метод jQuery Hover
|
||||
---
|
||||
# Метод JQuery Hover
|
||||
# Метод jQuery Hover
|
||||
|
||||
Метод hquery hover представляет собой комбинацию событий `mouseenter` и `mouseleave` . Синтаксис таков:
|
||||
```
|
||||
@@ -13,4 +13,4 @@ $(selector).hover(inFunction, outFunction);
|
||||
|
||||
### Больше информации
|
||||
|
||||
Более подробную информацию можно найти [здесь](https://www.w3schools.com/jquery/event_hover.asp) .
|
||||
Более подробную информацию можно найти [здесь](https://www.w3schools.com/jquery/event_hover.asp) .
|
||||
|
Reference in New Issue
Block a user