You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/1-behavior-nested-tooltip/task.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,24 @@ importance: 5
2
2
3
3
---
4
4
5
-
# Improved tooltip behavior
5
+
# Geliştirilmiş ipucu (tooltip) davranışı
6
6
7
-
Write JavaScript that shows a tooltip over an element with the attribute `data-tooltip`.
7
+
Fare ile bir elementin üzerinden geçildiğinde `data-tooltip` özelliği ile beraber tooltip (ipucu) gösteren bir javaScript kodu yazın.
8
8
9
-
That's like the task <info:task/behavior-tooltip>, but here the annotated elements can be nested. The most deeply nested tooltip is shown.
9
+
Buradaki göreve benziyor <info:task/behavior-tooltip>, ancak burada gösterilen öğeler iç içe geçmiş olabilir. En içteki tooltip gösterilmelidir.
10
10
11
-
For instance:
11
+
Örneğin:
12
12
13
13
```html
14
14
<divdata-tooltip="Here – is the house interior"id="house">
15
15
<divdata-tooltip="Here – is the roof"id="roof"></div>
16
16
...
17
-
<ahref="https://en.wikipedia.org/wiki/The_Three_Little_Pigs"data-tooltip="Read on…">Hover over me</a>
17
+
<ahref="https://en.wikipedia.org/wiki/The_Three_Little_Pigs"data-tooltip="Read on…">Fare ile buranın üzerine gel</a>
18
18
</div>
19
19
```
20
20
21
-
The result in iframe:
21
+
Sonuç iframe üzerinde:
22
22
23
23
[iframe src="solution" height=300 border=1]
24
24
25
-
P.S. Hint: only one tooltip may show up at the same time.
25
+
Not ipucu: aynı anda yalnızca bir araç ipucu (tooltip) görünebilir.
0 commit comments