Home > front end >  For a visit to five times a day after the display content of js.
For a visit to five times a day after the display content of js.

Time:09-17

For a visit to five times a day after the display content of js,

CodePudding user response:




<meta charset="utf-8" & gt;

<script SRC="https://bbs.csdn.net/topics/jquery-3.4.1.min.js" & gt; </script>
<script>
$(function () {
var i=0;
$(" input "). Click (function () {
i++;
If (I==5)
{
$(" textarea "). The CSS (" display ", "block");
}
})

})
</script>

<body>



CodePudding user response:

reference 1st floor a1589205365 response:
& lt; ! DOCTYPE html>


<meta charset="utf-8" & gt;

<script SRC="https://bbs.csdn.net/topics/jquery-3.4.1.min.js" & gt; </script>
<script>
$(function () {
var i=0;
$(" input "). Click (function () {
i++;
If (I==5)
{
$(" textarea "). The CSS (" display ", "block");
}
})

})
</script>

<body>




Do you have store to view this record

CodePudding user response:

refer to the second floor promotion network response:
Quote: refer to 1st floor a1589205365 response:




<meta charset="utf-8" & gt;

<script SRC="https://bbs.csdn.net/topics/jquery-3.4.1.min.js" & gt; </script>
<script>
$(function () {
var i=0;
$(" input "). Click (function () {
i++;
If (I==5)
{
$(" textarea "). The CSS (" display ", "block");
}
})

})
</script>

<body>




Do you have any store view records the

There is no

CodePudding user response:

 



<meta charset="UTF-8">
<meta name="viewport" content="width=device - width, initial - scale=1.0" & gt;


<body>
  • Related