Published
- 1 min read
jquery slideup
The solution for this is noted below
jquery slideup
Solution
$('#clickme').click(function () {
$('#book').slideUp('slow', function () {
// Animation complete.
})
})
Try other methods by searching on the site. That is if this doesn’t work