Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('.toolbar-btn.cap.next').on('click', function(){
- setTimeout(function(){
- console.log($('#answer').text().replace('The correct answer is ', '').replace('.', ' -'));
- }, 200);
- })
Advertisement