fix: converted single to triple backticks11 (#36238)
This commit is contained in:
@@ -6,8 +6,9 @@ localeTitle: طريقة jQuery Hover
|
||||
|
||||
طريقة `mouseenter` hover هي مزيج من أحداث `mouseleave` و `mouseleave` . بناء الجملة هو:
|
||||
|
||||
`$(selector).hover(inFunction, outFunction);
|
||||
`
|
||||
```
|
||||
$(selector).hover(inFunction, outFunction);
|
||||
```
|
||||
|
||||
سيتم تشغيل الدالة الأولى ، inFunction ، عند حدوث حدث `mouseenter` . الوظيفة الثانية اختيارية ، ولكن سيتم تشغيلها عند `mouseleave` الحدث `mouseleave` . إذا تم تحديد وظيفة واحدة فقط، سيتم تشغيل وظيفة أخرى لكل من `mouseenter` و `mouseleave` الأحداث.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user