{"id":3203,"date":"2013-03-24T19:00:15","date_gmt":"2013-03-24T19:00:15","guid":{"rendered":"https:\/\/theextremewebdesigns.com\/blog\/?p=3203"},"modified":"2013-03-24T19:00:15","modified_gmt":"2013-03-24T19:00:15","slug":"jquery-cheat-sheet-with-examples-demos","status":"publish","type":"post","link":"https:\/\/theextremewebdesigns.com\/blog\/jquery-cheat-sheet-with-examples-demos\/","title":{"rendered":"jQuery Cheat Sheet With Examples &#038; Demos"},"content":{"rendered":"<p>Here is the compiled Cheat Sheet of the different Selectors,\u00a0Attributes, Manipulation, Traversing, Events and Effects available in jQuery. The aim of this cheat sheet is not just to provide with the list, but also to provide easy examples for your better understanding. In addition to this, you can simply try the Demo associated with each example to see the output in real time. Enjoy!<\/p>\n<p><!--more--><\/p>\n<h2>jQuery Cheat Sheet<\/h2>\n<p>Below is the complete Cheat Sheet. To see the examples and try out the demos, simply click on the link that you are interested in finding out more about.<\/p>\n<h2>Selectors<\/h2>\n<div>\n<h4>Basics<\/h4>\n<p>*<br \/>\n<a title=\"jQuery Class Examples \u2013 Select Element With Single \/ Multiple Class\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-class-jquery-class-selector-select-element-with-single-multiple-class\/\" target=\"_blank\">.class<\/a><br \/>\nelement<br \/>\n#id<br \/>\nselector1, selectorN, &#8230;<\/p>\n<h4>Hierarchy<\/h4>\n<p>parent &gt; child<br \/>\nancestor descendant<br \/>\nprev + next<br \/>\nprev ~ siblings<\/p>\n<h4>Basic Filters<\/h4>\n<p>:animated<br \/>\n<a title=\"jQuery :eq() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-eq-selector-examples\/\" target=\"_blank\">:eq()<\/a><br \/>\n<a title=\"jQuery :even() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-selector-even-examples\/\">:even<\/a><br \/>\n<a title=\"jQuery :first Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-first-selector-examples\/\" target=\"_blank\">:first<\/a><br \/>\n<a title=\"jQuery :gt() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-gt-selector-examples\/\" target=\"_blank\">:gt()<\/a><br \/>\n<a title=\"jQuery :header Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-header-selector-examples\/\" target=\"_blank\">:header<\/a><br \/>\n:lang()<br \/>\n<a title=\"jQuery :last Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-selector-last-examples\/\" target=\"_blank\">:last<\/a><br \/>\n<a title=\"jQuery :lt() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-lt-selector-examples\/\" target=\"_blank\">:lt()<\/a><br \/>\n<a title=\"jquery :not() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-selector-not-class\/\" target=\"_blank\">:not()<\/a><br \/>\n<a title=\"jQuery :odd() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-selector-odd-examples\/\" target=\"_blank\">: odd<\/a><br \/>\n<a title=\"jQuery :root Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-root-selector-examples\/\" target=\"_blank\">:root<\/a><br \/>\n:target<\/p>\n<h4>Content Filters<\/h4>\n<p><a title=\"jquery :contains() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-contains-selector-examples\/\" target=\"_blank\">:contains()<\/a><br \/>\n<a title=\"jQuery :empty Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-empty-selector-examples\/\" target=\"_blank\">:empty<\/a><br \/>\n<a title=\"jQuery :has() Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-has-selector-examples\/\" target=\"_blank\">:has()<\/a><br \/>\n<a title=\"jQuery :parent Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-selector-parent-element\/\" target=\"_blank\">:parent<\/a><\/p>\n<h4>Visibility Filters<\/h4>\n<p><a title=\"Use jQuery Hidden Selector To Check If Element Is Visible Or Hidden\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-hidden-check-if-element-visible-or-hidden\/\" target=\"_blank\">:hidden<\/a><br \/>\n<a title=\"jQuery :visible Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-visible-selector-examples\/\" target=\"_blank\">:visible<\/a><\/p>\n<h4>Attribute<\/h4>\n<p>[name|=&#8221;value&#8221;]<br \/>\n[name*=&#8221;value&#8221;]<br \/>\n[name~=&#8221;value&#8221;]<br \/>\n[name$=&#8221;value&#8221;]<br \/>\n[name=&#8221;value&#8221;]<br \/>\n[name!=&#8221;value&#8221;<br \/>\n[name^=&#8221;value&#8221;]<br \/>\n[name]<br \/>\n[name=&#8221;value&#8221;][name2=&#8221;value2&#8243;]<\/p>\n<h4>Child Filters<\/h4>\n<p>:first-child<br \/>\n:first-of-type<br \/>\n:last-child<br \/>\n:last-of-type<br \/>\n:nth-child()<br \/>\n:nth-last-child()<br \/>\n:nth-last-of-type()<br \/>\n:nth-of-type()<br \/>\n: only-child<br \/>\n: only-of-type()<\/p>\n<h4>Forms<\/h4>\n<p>:button<br \/>\n:checkbox<br \/>\n<a title=\"jQuery Checkbox Checked or not: 1 line solution\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-checkbox-checked-or-not-1-line-solution\/\" target=\"_blank\">:checked<\/a><br \/>\n:disabled<br \/>\n:enabled<br \/>\n<a title=\"jQuery Focus Examples \u2013 Set Focus on Textbox, Textarea, Select, Checkbox, Radiobutton\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-focus-set-focus-focus-textbox-textarea-select-examples\/\" target=\"_blank\">:focus<\/a><br \/>\n:file<br \/>\n:image<br \/>\n:input<br \/>\n:password<br \/>\n:radio<br \/>\n:reset<br \/>\n:selected<br \/>\n:submit<br \/>\n:text<\/p>\n<h2>Attributes \/ CSS<\/h2>\n<h4>Attributes<\/h4>\n<p>.attr()<br \/>\n.prop()<br \/>\n.removeAttr()<br \/>\n.removeProp()<br \/>\n.val()<\/p>\n<h4>CSS<\/h4>\n<p><a title=\"jQuery Add Class To Div Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/using-jquery-add-class-to-div-easy-examples-to-add-class-to-div\/\" target=\"_blank\">.addClass()<\/a><br \/>\n<a title=\"jQuery CSS Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-css-jquery-css-method-jquery-css-examples\/\" target=\"_blank\">.css()<\/a><br \/>\njQuery.cssHooks<br \/>\n<a title=\"jQuery hasClass method Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-hasclass-hasclass-method-in-jquery-examples\/\" target=\"_blank\">.hasClass()<\/a><br \/>\n<a title=\"jQuery Remove Class Examples\/Demos\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-remove-class-examplesdemos\/\" target=\"_blank\">.removeClass()<\/a><br \/>\n<a title=\"jQuery .toggleClass() Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-toggle-class-animate-examples\/\" target=\"_blank\">.toggleClass()<\/a><\/p>\n<h4>Dimensions<\/h4>\n<p><a title=\"jQuery Get Height Examples (Div height, li height, etc.)\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-get-height-get-div-height-get-li-height-examples\/\" target=\"_blank\">.height()<\/a><br \/>\n.innerHeight()<br \/>\n.innerWidth()<br \/>\n.outerHeight()<br \/>\n.outerWidth()<br \/>\n<a title=\"jQuery Get Width Examples (Div, li, etc.)\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-get-width-get-div-width-get-li-width-examples\/\" target=\"_blank\">.width()<\/a><\/p>\n<h4>Offset<\/h4>\n<p><a title=\"jQuery Find (Absolute) Position Of Element Using Offset Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-find-position-find-absolute-position-of-element-using-offset\/\" target=\"_blank\">.offset()<\/a><br \/>\n.offsetParent()<br \/>\n<a title=\"jQuery Get \/ Find DIV position Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-get-div-position-jquery-find-div-position-examples\/\" target=\"_blank\">.position()<\/a><br \/>\n.scrollLeft()<br \/>\n.scrollTop()<\/p>\n<h4>Data<\/h4>\n<p>jQuery.data()<br \/>\n.data()<br \/>\njQuery.hasData()<br \/>\njQuery.removeData()<br \/>\n.removeData()<\/p>\n<h2>Manipulation<\/h2>\n<h4>Copying<\/h4>\n<p>.clone()<\/p>\n<h4>DOM Insertion, Around<\/h4>\n<p>.wrap()<br \/>\n.wrapAll()<br \/>\n.wrapInner()<\/p>\n<h4>DOM Insertion, Inside<\/h4>\n<p><a title=\"jQuery append Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-append-using-append-in-jquery-append-method-examples\/\" target=\"_blank\">.append()<\/a><br \/>\n<a title=\"jQuery appendTo Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-appendto-using-appendto-in-jquery-appendto-method-examples\/\" target=\"_blank\">.appendTo()<\/a><br \/>\n<a title=\"Easy jQuery html Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/easy-jquery-html-examples\/\" target=\"_blank\">.html()<\/a><br \/>\n.prepend()<br \/>\n.prependTo()<br \/>\n<a title=\"jQuery text() Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-text-using-text-in-jquery-text-method-examples\/\" target=\"_blank\">.text()<\/a><\/p>\n<h4>DOM Insertion, Outside<\/h4>\n<p>.after()<br \/>\n.before()<br \/>\n<a title=\"jQuery insertAfter Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-insertafter-using-insertafter-in-jquery-insertafter-method-examples\/\" target=\"_blank\">.insertAfter()<\/a><br \/>\n.insertBefore()<\/p>\n<h4>DOM Removal<\/h4>\n<p>.detach()<br \/>\n<a title=\"jQuery :empty Selector Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-empty-selector-examples\/\" target=\"_blank\">.empty()<\/a><br \/>\n<a title=\"jQuery Remove Div Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/using-jquery-remove-div-easy-examples-to-remove-div-using-jquery\/\" target=\"_blank\">.remove()<\/a><br \/>\n.unwrap()<\/p>\n<h4>DOM Replacement<\/h4>\n<p><a title=\"jquery .replaceAll() Examples\/Demos\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-replaceall-examplesdemos\/\" target=\"_blank\">.replaceAll()<\/a><br \/>\n<a title=\"jQuery .replaceWith() Examples\/Demos\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-replacewith-examplesdemos\/\" target=\"_blank\">.replaceWith()<\/a><\/p>\n<h3>Traversing<\/h3>\n<h4>Filtering<\/h4>\n<p>.eq()<br \/>\n.filter()<br \/>\n.first()<br \/>\n.has()<br \/>\n.is()<br \/>\n.last()<br \/>\n.map()<br \/>\n.not()<br \/>\n.slice()<\/p>\n<h4>Miscellaneous Traversing<\/h4>\n<p><a title=\"jQuery add Method Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/using-jquery-add-very-easy-examples-for-jquery-add-method\/\">.add()<\/a><br \/>\n.andSelf()<br \/>\n.contents()<br \/>\n.each()<br \/>\n.end()<\/p>\n<h4>Tree Traversal<\/h4>\n<p>.addBack()<br \/>\n.children()<br \/>\n<a title=\"jQuery .closest() Examples\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-closest-examples\/\">.closest()<\/a><br \/>\n.find()<br \/>\n.next()<br \/>\n.nextAll()<br \/>\n.nextUntil()<br \/>\n.parent()<br \/>\n.parents()<br \/>\n.parentsUntil()<br \/>\n.prev()<br \/>\n.prevAll()<br \/>\n.prevUntil()<br \/>\n.siblings()<\/p>\n<h2>Events<\/h2>\n<h4>Browser Events<\/h4>\n<p>.error()<br \/>\n.resize()<br \/>\n.scroll()<\/p>\n<h4>Document Loading<\/h4>\n<p>.holdReady()<br \/>\n.load()<br \/>\n.ready()<br \/>\n.unload()<\/p>\n<h3>Event Handler Attachment<\/h3>\n<p>.bind()<br \/>\n.delegate()<br \/>\n.die()<br \/>\n.live()<br \/>\n.off()<br \/>\n.on()<br \/>\n.one()<br \/>\n.trigger()<br \/>\n.triggerHandler()<br \/>\n.unbind()<br \/>\n.undelegate()<\/p>\n<h4>Form Events<\/h4>\n<p>.blur()<br \/>\n.change()<br \/>\n<a title=\"jQuery Focus Examples \u2013 Set Focus on Textbox, Textarea, Select, Checkbox, Radiobutton\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-focus-set-focus-focus-textbox-textarea-select-examples\/\" target=\"_blank\">.focus()<\/a><br \/>\n.select()<br \/>\n.submit()<br \/>\nKeyboard Events<br \/>\n.keydown()<br \/>\n.keypress()<br \/>\n.keyup()<\/p>\n<h4>Mouse Events<\/h4>\n<p><a title=\"jQuery Detect Mouse (Left Click Right Click Middle Button Click)\" href=\"https:\/\/theextremewebdesigns.com\/blog\/jquery-detect-mouse-jquery-detect-mouse-click\/\" target=\"_blank\">.click()<\/a><br \/>\n.dblclick()<br \/>\n.focusin()<br \/>\n.focusout()<br \/>\n.hover()<br \/>\n.mousedown()<br \/>\n.mouseenter()<br \/>\n.mouseleave()<br \/>\n.mousemove()<br \/>\n.mouseout()<br \/>\n.mouseover()<br \/>\n.mouseup()<br \/>\n.toggle()<\/p>\n<h4>Event Object<\/h4>\n<p>event.currentTarget<br \/>\nevent.data<br \/>\nevent.isDefaultPrevented()<br \/>\nevent.isImmediatePropagationStopped()<br \/>\nevent.isPropagationStopped()<br \/>\nevent.namespace<br \/>\nevent.pageX<br \/>\nevent.pageY<br \/>\nevent.preventDefault()<br \/>\nevent.relatedTarget<br \/>\nevent.result<br \/>\nevent.stopImmediatePropagation()<br \/>\nevent.stopPropagation()<br \/>\nevent.target<br \/>\nevent.timeStamp<br \/>\nevent.type<br \/>\nevent.which<\/p>\n<h2>Effects<\/h2>\n<h4>Basics<\/h4>\n<p>.hide()<br \/>\n.show()<br \/>\n.toggle()<\/p>\n<h4>Custom<\/h4>\n<p>.animate()<br \/>\n.clearQueue()<br \/>\n.delay()<br \/>\n.dequeue()<br \/>\njQuery.dequeue()<br \/>\n.finish()<br \/>\njQuery.fx.interval<br \/>\njQuery.fx.off<br \/>\n.queue()<br \/>\njQuery.queue()<br \/>\n.stop()<\/p>\n<h4>Fading<\/h4>\n<p>.fadeIn()<br \/>\n.fadeOut()<br \/>\n.fadeTo()<br \/>\n.fadeToggle()<\/p>\n<h4>Sliding<\/h4>\n<p>.slideDown()<br \/>\n.slideToggle()<br \/>\n.slideUp()<\/p>\n<h2>Ajax<\/h2>\n<h4>Global Ajax Event Handlers<\/h4>\n<p>.ajaxComplete()<br \/>\n.ajaxError()<br \/>\n.ajaxSend()<br \/>\n.ajaxStart()<br \/>\n.ajaxStop()<br \/>\n.ajaxSuccess()<\/p>\n<h4>Helper Functions<\/h4>\n<p>jQuery.param()<br \/>\n.serialize()<br \/>\n.serializeArray()<\/p>\n<h4>Low-Level Interface<\/h4>\n<p>jQuery.ajax()<br \/>\njQuery.ajaxSetup()<\/p>\n<h4>Shorthand Methods<\/h4>\n<p>jQuery.get()<br \/>\njQuery.getJSON()<br \/>\njQuery.getScript()<br \/>\n.load()<br \/>\njQuery.post()<\/p>\n<h2>Core<\/h2>\n<h4>jQuery Object<\/h4>\n<p>jQuery()<br \/>\njQuery.noConflict()<br \/>\njQuery.sub()<br \/>\njQuery.when()<\/p>\n<h4>Utilities<\/h4>\n<p>jQuery.boxModel<br \/>\njQuery.browser<br \/>\njQuery.contains()<br \/>\njQuery.each()<br \/>\njQuery.extend()<br \/>\njQuery.globalEval()<br \/>\njQuery.grep()<br \/>\njQuery.inArray()<br \/>\njQuery.isArray()<br \/>\njQuery.isEmptyObject()<br \/>\njQuery.isFunction()<br \/>\njQuery.isNumeric()<br \/>\njQuery.isPlainObject()<br \/>\njQuery.isWindow()<br \/>\njQuery.isXMLDoc()<br \/>\njQuery.makeArray()<br \/>\njQuery.map()<br \/>\njQuery.merge()<br \/>\njQuery.noop()<br \/>\njQuery.now()<br \/>\njQuery.parseHTML()<br \/>\njQuery.parseJSON()<br \/>\njQuery.parseXML()<br \/>\njQuery.proxy()<br \/>\njQuery.support<br \/>\njQuery.trim()<br \/>\njQuery.type()<br \/>\njQuery.unique()<\/p>\n<h4>DOM Element Methods<\/h4>\n<p>.get()<br \/>\n.index()<br \/>\n.size()<br \/>\n.toArray()<\/p>\n<h4>Internals<\/h4>\n<p>.jquery<br \/>\n.context<br \/>\njQuery.error()<br \/>\n.length<br \/>\n.pushStack()<br \/>\n.selector<\/p>\n<h4>Deferred Object<\/h4>\n<p>deferred.always()<br \/>\ndeferred.done()<br \/>\ndeferred.fail()<br \/>\ndeferred.isRejected()<br \/>\ndeferred.isResolved()<br \/>\ndeferred.notify()<br \/>\ndeferred.notifyWith()<br \/>\ndeferred.pipe()<br \/>\ndeferred.progress()<br \/>\ndeferred.promise()<br \/>\ndeferred.reject()<br \/>\ndeferred.rejectWith()<br \/>\ndeferred.resolve()<br \/>\ndeferred.resolveWith()<br \/>\ndeferred.state()<br \/>\ndeferred.then()<br \/>\n.promise()<\/p>\n<h4>Callbacks Object<\/h4>\n<p>jQuery.Callbacks()<br \/>\ncallbacks.add()<br \/>\ncallbacks.disable()<br \/>\ncallbacks.empty()<br \/>\ncallbacks.fire()<br \/>\ncallbacks.fired()<br \/>\ncallbacks.fireWith()<br \/>\ncallbacks.has()<br \/>\ncallbacks.lock()<br \/>\ncallbacks.locked()<br \/>\ncallbacks.remove()<\/p>\n<h5>NOTE:<\/h5>\n<p>I will be updating this article regularly with links to new examples and demos, so make sure you bookmark this page<\/p>\n<h5>Your Turn!<\/h5>\n<p>What do you think of this cheat sheet with examples? Do you find them helpful? Please feel free to share your views by commenting below.l<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here is the compiled Cheat Sheet of the different Selectors,\u00a0Attributes, Manipulation, Traversing, Events and Effects available in jQuery. The aim of this cheat sheet is not just to provide with the list, but also to provide easy examples for your better understanding. In addition to this, you can simply try the Demo associated with each [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":395,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[5,20,13],"tags":[42,43,41],"class_list":["post-3203","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-featured","category-jquery-tips-and-tricks","category-tips-and-tricks","tag-jquery-demos-2","tag-jquery-snippets","tag-jquery-tips"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/paBnQX-PF","jetpack_sharing_enabled":true,"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts\/3203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/comments?post=3203"}],"version-history":[{"count":0,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts\/3203\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/media?parent=3203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/categories?post=3203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/tags?post=3203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}