About 50 results
Open links in new tab
  1. List of major JavaScript frameworks/libraries - Stack Overflow

    There are many JavaScript frameworks available. The intention of this comparison is to show some examples of JavaScript frameworks with their different features.

  2. ajax - Could someone list the common javascript frameworks/libraries ...

    Jan 29, 2009 · Could someone list the common javascript frameworks/libraries and the pros/cons of each? Asked 16 years ago Modified 14 years, 6 months ago Viewed 515 times

  3. What combination of Javascript/Css/HTML frameworks and libraries do …

    Mar 3, 2012 · Underscore for general JavaScript Development BackBone for client/server communication (using jQuery or Zepto.js for AJAX calls) and designing your models and event buses …

  4. JavaScript frameworks to build single page applications

    Jan 15, 2013 · My goal is to migrate an existing web application to a RESTful single page application (SPA). Currently, I'm evaluating several Javascript web application frameworks. My requirements are …

  5. javascript - How to detect JS frameworks/libraries used in a page ...

    Nov 6, 2015 · I'd like to be able to detect all the frameworks/libraries used by a page, to help understand when content is dynamically-generated etc. I downloaded and unpacked the source for two Chrome …

  6. List all the pro's and con's of the most used Angular Test frameworks ...

    Mar 27, 2019 · 1 I am looking for a pro/con list of popular angular e2e test frameworks. I am looking for a comprehensive and detailed list to help me decide upon a framework for my usage. Not looking for …

  7. What is the difference between a framework and a library?

    Sep 29, 2008 · For example, on Mac OS X frameworks are just libraries, packed into a bundle. Within the bundle you will find an actual dynamic library (libWhatever.dylib). The difference between a bare …

  8. What's the oldest still-maintained web framework? [closed]

    Aug 14, 2011 · Are these things 'web frameworks'? Is jQuery not just a javascript library? They are totally javascript frameworks. Libraries (like dunno, cssQuery) are different as they don't impose a …

  9. jquery - What are the arguments against using a JavaScript Framework ...

    Aug 7, 2009 · We are a small firm and our team of developers are always building the javascript functions from scratch or copying from other websites built by us. Every time I bring to the table the …

  10. How can I change an element's class with JavaScript?

    How can I change the class of an HTML element in response to an onclick or any other events using JavaScript?