{"id":8522,"date":"2020-04-18T11:53:38","date_gmt":"2020-04-18T15:53:38","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=8522"},"modified":"2020-04-18T11:53:38","modified_gmt":"2020-04-18T15:53:38","slug":"jquery-3-5-0-release-announced","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/jquery-3-5-0-release-announced\/","title":{"rendered":"jQuery 3.5.0 Release is now Available for Use"},"content":{"rendered":"\n
The latest jQuery 3.5.0 release has been announced for general availability and comes with a crucial XSS security<\/a> fix.<\/p>\n\n\n\n This release is available over the official CDN and the npm package manager.<\/p>\n\n\n\n Some of the highlights with this release include the deprecation of positional selectors which will be removed in jQuery 4.0. The last two methods,<\/p>\n\n\n [js] and [js] have been added to replace the <\/p>\n\n\n [js] and <\/p>\n\n\n [js] selectors making it ripe for removal in the future release. With this release, you can now add a context to: <\/p>\n\n\n [js] which fixes an execution bug in iframes. The main security fix that comes with this jQuery 3.5.0 release fixes a cross-site scripting (XSS) vulnerability. This fix fixes a regex in the:<\/p>\n\n\n [js] method which was designed to ensure that all closing tags were XHTML-compliant when passed to methods. More information about this security fix, new features, and what’s deprecated can be found here<\/a>.<\/p>\n\n\n\n You can get the jQuery 3.5.0 release files from the official jQuery CDN or simply link directly to them. That includes the slim build versions.<\/p>\n\n\n [js] https:\/\/code.jquery.com\/jquery-3.5.0.min.js<\/p>\n https:\/\/code.jquery.com\/jquery-3.5.0.slim.js<\/p>\n https:\/\/code.jquery.com\/jquery-3.5.0.slim.min.js If you prefer npm you can get it from here:<\/p>\n\n\n\n
\n.even()
\n[\/js]<\/p>\n\n\n\n <\/code><\/p>\n\n\n
\n.odd()
\n[\/js]<\/p>\n\n\n\n
\n:even
\n[\/js]<\/p>\n\n\n\n
\n:odd
\n[\/js]<\/p>\n\n\n\n
\njQuery.globalEval
\n[\/js]<\/p>\n\n\n\n
\njQuery.htmlPrefilter
\n[\/js]<\/p>\n\n\n\n
\nhttps:\/\/code.jquery.com\/jquery-3.5.0.js<\/p>\n
\n[\/js]<\/p>\n\n\n\nnpm install jquery@3.5.0<\/code><\/p>\n\n\n\n