JQUERY CORE: VERSION 1.9 AND BEYOND

Share this article

Some news about what to expect for future update releases of jQuery Library 1.8, 1.9 and 2.0.

jQuery Version 2.0 – “Smaller size, better performance”, “removed support for oldIE (IE6,7,8)” and “enhanced device support”.
  • jQuery 1.9 (early 2013): We’ll remove many of the interfaces already deprecated in version 1.8; some of them will be available as plugins or alternative APIs supported by the jQuery project. IE 6/7/8 will be supported as today.
  • jQuery 1.9.x (ongoing in 2013 and beyond): This version will continue to get fixes for any regressions, new browser bugs, etc.
  • jQuery 2.0 (early 2013, not long after 1.9): This version will support the same APIs as jQuery 1.9 does, but removes support for IE 6/7/8 oddities such as borked event model, IE7 “attroperties”, HTML5 shims, etc.
Our goal is for 1.9 and 2.0 to be interchangeable as far as the API set they support. When 2.0 comes out, your decision on which version to choose should be as simple as this: If you need IE 6/7/8 support, choose 1.9; otherwise you can use either 1.9 or 2.0. Read Full Official Post Read Follow Up Q&A

Frequently Asked Questions about jQuery Core Version 1.9

What are the significant changes in jQuery Core Version 1.9 compared to its previous versions?

jQuery Core Version 1.9 introduced several changes and improvements over its predecessors. The most significant change is the removal of several deprecated features, which were causing confusion and complexity for developers. This version also introduced the jQuery Migrate plugin, which helps developers to move from older versions of jQuery to version 1.9. Additionally, this version improved the HTML string parsing mechanism, making it more secure and efficient.

How can I download and install jQuery Core Version 1.9?

You can download jQuery Core Version 1.9 from the official jQuery website. Once downloaded, you can include it in your HTML file using the script tag. You can also use a CDN (Content Delivery Network) to include jQuery in your project. This method can improve the performance of your website as the jQuery file can be cached by the browser.

What is the jQuery Migrate plugin and how can I use it?

The jQuery Migrate plugin is a tool that helps developers to move from older versions of jQuery to newer ones. It provides warnings about deprecated features that are removed in the newer versions. To use it, you need to include it in your HTML file after including jQuery. It will automatically provide warnings in the browser’s console about the deprecated features.

What are the security improvements in jQuery Core Version 1.9?

jQuery Core Version 1.9 introduced several security improvements. The most significant one is the improved HTML string parsing mechanism. This mechanism ensures that only valid HTML strings are parsed, preventing potential security risks like Cross-Site Scripting (XSS) attacks.

How can I use jQuery Core Version 1.9 in my project?

To use jQuery Core Version 1.9 in your project, you need to include it in your HTML file using the script tag. Once included, you can use jQuery’s features in your JavaScript code. Remember to include jQuery before any other script that uses it.

What are the browser compatibility issues with jQuery Core Version 1.9?

jQuery Core Version 1.9 supports all modern browsers. However, it has dropped support for Internet Explorer 6/7/8. If you need to support these browsers, you should use an older version of jQuery or use a polyfill.

How can I contribute to the jQuery project?

You can contribute to the jQuery project in several ways. You can report bugs, suggest new features, or contribute code. To contribute code, you need to fork the jQuery repository on GitHub, make your changes, and then submit a pull request.

What are the alternatives to jQuery?

There are several alternatives to jQuery, including native JavaScript and other JavaScript libraries like React, Angular, and Vue.js. These alternatives offer different features and advantages, so the best choice depends on your specific needs and preferences.

How can I learn more about jQuery?

There are many resources available to learn more about jQuery. The official jQuery website provides comprehensive documentation and tutorials. There are also many online courses, books, and tutorials available on websites like Udemy, Coursera, and YouTube.

What is the future of jQuery?

jQuery continues to be a popular and widely used JavaScript library. However, with the rise of modern JavaScript frameworks like React, Angular, and Vue.js, the use of jQuery is declining. Despite this, jQuery is still a valuable tool for many developers, and it continues to be maintained and updated.

Sam DeeringSam Deering
View Author

Sam Deering has 15+ years of programming and website development experience. He was a website consultant at Console, ABC News, Flight Centre, Sapient Nitro, and the QLD Government and runs a tech blog with over 1 million views per month. Currently, Sam is the Founder of Crypto News, Australia.

jQuery
Share this article
Read Next
Get the freshest news and resources for developers, designers and digital creators in your inbox each week