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

    wikipedia.org - "notable" JavaScript libraries and frameworks; You may also find the big frameworks when looking around at the major content delivery networks, like Google, Microsoft or (for smaller ones) cdnjs.

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

    Nov 6, 2015 · In a browser javascript environment window is the global object. All variables are defined as properties of the global window object, unless they are defined within a function with the var keyword. Let's say you visit a page that uses jQuery library, open the browser console and type jQuery. That should respond with a function, which jQuery is.

  3. Is there a JavaScript MVC (micro-)framework? - Stack Overflow

    Sep 17, 2016 · It is compatible with major frameworks (jQuery, Dojo Toolkit, MooTools, etc.). Documentation is excellent and authors are responsive. Documentation is excellent and authors are responsive. It is definitely worth a look.

  4. Which Javascript Framework for a data driven web application?

    Oct 23, 2015 · From your list, I tried quite a few: angular (1), backbone, ractive. I had a look at a few others but didn't investigated them further. From my experience, Ractive was the winner. I still stick to it and am happy with it. My first experience was …

  5. What have all the AJAX frameworks to do with AJAX?

    May 19, 2009 · MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. Prototype.js says: Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. So, none of the first four frameworks that I thought of describe themselves as being an "Ajax ...

  6. ajax - Could someone list the common javascript …

    Jan 29, 2009 · What are some example javascript frameworks that people use? 0. AJAX framework or native jquery? drupal 7.

  7. difference between Javascript framework and Javascript library

    Feb 26, 2019 · A javascript framework is something that sets up (designs) your code for you (Flask uses templates to set up your code), and all a javascript library does is lets you access functions that make certain tasks in coding much easier to do (jQuery has a .click() function that is much easier to use when you click on a button).

  8. What combination of Javascript/Css/HTML frameworks and …

    Mar 3, 2012 · Recently, he's been blogging and giving a lot of talks about javascript MVC/MVP/MVVM systems, as well as scaling javascript apps. If you want a laundry list, read this article where he gives his ideal stack: Backbone.js for lightweight MV* Require.js + AMD + RequireJS text add-on (to assist with external template management)

  9. Best JavaScript framework for desktop applications

    Jan 31, 2017 · It needs to run entirely standalone. There are lots of discussions about JavaScript frameworks for web development but this is strictly a desktop application (using WebKit probably) which narrows the field of contenders. Needs to run on Windows, Linux and Mac at least. For performance it needs to communicate with threaded native code - C++ ...

  10. Why is jQuery so widely adopted versus other Javascript …

    Jun 13, 2009 · JS frameworks are so much alike, anyway. If you've been working with mootools for some time, stick to it. Knowing your framework is much more important than choosing one because of this or that. In my opinion, mootools is better for advanced javascript programmers, while jquery is better for non-javascript programmers.

Refresh