Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function() {
- $('.remove-btn').click(function(event){
- event.preventDefault();
- $(this).closest(".found-song-block").remove();
- if ($(".song-block").length === 0 && $(".found-song-block").length === 0) {
- $(".found-songs-block").remove();
- }
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement