Missing Functions in jQuery

jQuery is a very popular JavaScript environment nowadays. You can say that based on the number of jQuery tags on this site, for example.

I have not used any other JS frameworks, and I would like to get your opinion on some of the features that you can imagine that the library is missing.

  • What would you change in a project?
  • What would you add?
  • Are there any features that you think are useless?
  • What features are known in other JS frameworks that you would like to see in jQuery?
+3
source share
5 answers

JavaScript: jQuery, YUI ExtJS (Core).

, jQuery, ExtJS Core.

, ExtJS, , , , , jQuery. , John Resig ( jQuery) ' JavaScript' ( ), .

, jQuery, - .

, jQuery, , JavaScript, .

ExtJS, jQuery

+2

, - , .revert(), "" , , .

. , div, . .revert() .

+2

jQuery . , . , ExtJS.

+2

currying, jQuery. , .

+1

jQuery

jQuery live . (change submit ) , Live Query.

$. PostJSON()

, $.postJSON(). .getJSON(), $.get(), , json. , POST, .

, , .

$.postJSON = function(url, data, callback) {
    $.post(url, data, callback, 'json');
};
+1

Source: https://habr.com/ru/post/1713593/


All Articles