.
This commit is contained in:
@@ -731,4 +731,10 @@ input {
|
||||
color: purple;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hide-show{
|
||||
float: right;
|
||||
transform: rotate(90deg) translateX(60px);
|
||||
color: blueviolet;
|
||||
}
|
||||
@@ -57,8 +57,7 @@
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$(".hide-show").click((evt, el) => {
|
||||
console.log("evt", evt);
|
||||
console.log("el", el);
|
||||
$(evt.target.parentElement).toggle();
|
||||
|
||||
})
|
||||
|
||||
|
||||
@@ -731,4 +731,10 @@ input {
|
||||
color: purple;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hide-show{
|
||||
float: right;
|
||||
transform: rotate(90deg) translateX(60px);
|
||||
color: blueviolet;
|
||||
}
|
||||
Reference in New Issue
Block a user