Hacker News new | ask | show | jobs
by padolsey 583 days ago
I was thinking that. And really chuffed to see things like

  $(function(){  
    $(".rollovers a").hover(function(){  
      $(this).children("span").fadeOut();  
    }, function(){  
      $(this).children("span").fadeIn();  
    })    
  });
1 comments

Now introducing a brand new, declarative framework built for interoperability and ease of use. Forget bundling, transpiring, packaging, dependency management – and don’t even think about worrying about CJS vs ESM vs AMD vs UMD vs SystemJS vs …, just include this one <script> and reference $ to your heart’s content.
Even better, the JS is now scoped to the current view! And routing is now folder based.