I am trying

$(function(){ 
    alert('Hello'); 
});

Its showing this error in Visual Studio: (TS) Cannot find name '$'.. How can I use jQuery with TypeScript ?

13 Answers
13

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *