Posts by Samu F. Botelho • 3 points
1 post
-
0
votes1
answer269
viewsQ: Convert jQuery to Typescript
I am having several problems converting this chunk of code with jQuery using only Typescript. function addTourOverlay() { if ($('#tour-overlay').length === 0) { $('body').prepend('<div…