Closed bjruiz closed 4 months ago
I added two button in my shows-script.js one button loads shows and the other clears the whole list.
$('#loadBtn').on('click', function(){
console.log('load button clicked');
console.log('load songs here');
}); //end of load button
// button that clears the list
$('#clearBtn').on('click',function(){
});
Add code from JavaScript file.