harmsk / atom-html-preview

Atom HTML Live Preview Package
MIT License
174 stars 74 forks source link

Jquery click doesn't work! #210

Open bentalgad opened 4 years ago

bentalgad commented 4 years ago

If i use:

$('.class').click(function(){ alert('test'); });

For example. it doesn't work on preview.

aubreyz commented 4 years ago

Various recent bugs are related for example https://github.com/harmsk/atom-html-preview/issues/208

Unfortunately this package has not been functional with any modern jquery HTML for a while (which is most HTML). Needs fixing urgently.