forum

Home / DeveloperSection / Forums / jQuery stop() Method

jQuery stop() Method

Anonymous User 906 08-Apr-2018

I want jquery script to stop sliding.I don't know which method is use for

<style> 
#panel, #flip {
    padding: 5px;
    font-size: 18px;
    text-align: center;
    background-color: #555;
    color: white;
    border: solid 1px #666;
    border-radius: 3px;
}
#panel {
    padding: 50px;
    display: none;
}
</style>
</head>
<body>
<button id="stop">Stop</button>
<div id="flip">Start sliding </div>
<div id="panel">Mindstick software</div>
</body>
</html>


Updated on 09-Apr-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By