{"id":4856,"date":"2021-08-06T12:06:12","date_gmt":"2021-08-06T12:06:12","guid":{"rendered":"https:\/\/www.bearloga.space\/?page_id=4856"},"modified":"2021-08-06T12:06:13","modified_gmt":"2021-08-06T12:06:13","slug":"jquery-utility","status":"publish","type":"page","link":"https:\/\/www.bearloga.space\/en\/jquery-utility\/","title":{"rendered":"JQuery \u2014 \u0423\u0442\u0438\u043b\u0438\u0442\u044b"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Jquery \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u044b\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 $ (\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043c\u0435\u043d).&nbsp;\u042d\u0442\u0438 \u043c\u0435\u0442\u043e\u0434\u044b \u043f\u043e\u043b\u0435\u0437\u043d\u044b \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u0447 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u044b\u0445 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043d\u0438\u0436\u0435.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">$ .Trim ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .trim () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043a\u043e\u043d\u0435\u0447\u043d\u044b\u0445 \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$.trim( \"    lots of extra whitespace    \" );\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">$ .Each ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .each () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0431\u043e\u0440\u0430 \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432 \u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$.each([ \"foo\", \"bar\", \"baz\" ], function( idx, val ) {\n   console.log( \"element \" + idx + \" is \" + val );\n});\n \n$.each({ foo: \"bar\", baz: \"bim\" }, function( k, v ) {\n   console.log( k + \" : \" + v );\n});<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">.each () \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u0437\u0432\u0430\u043d \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0431\u0440\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0435\u0441\u044f \u0432 \u0432\u044b\u0431\u043e\u0440\u0435.&nbsp;.each (), \u0430 \u043d\u0435 $ .each (), \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0431\u043e\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0438.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">$ .InArray ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .inArray () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0438\u043d\u0434\u0435\u043a\u0441\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 \u043c\u0430\u0441\u0441\u0438\u0432\u0435 \u0438\u043b\u0438 -1, \u0435\u0441\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043c\u0430\u0441\u0441\u0438\u0432\u0435.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var myArray = [ 1, 2, 3, 5 ];\n \nif ( $.inArray( 4, myArray ) !== -1 ) {\n   console.log( \"found it!\" );\n}<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">$ .Extend ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .extend () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var firstObject = { foo: \"bar\", a: \"b\" };\nvar secondObject = { foo: \"baz\" };\n \nvar newObject = $.extend( firstObject, secondObject );\n \nconsole.log( firstObject.foo ); \nconsole.log( newObject.foo );\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">$ .Proxy ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .proxy () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u0441\u0435\u0433\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c\u0441\u044f \u0432 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438, \u0442\u043e \u0435\u0441\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u043d\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0434\u043b\u044f \u0432\u0442\u043e\u0440\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var myFunction = function() {\n   console.log( this );\n};\n\nvar myObject = {\n   foo: \"bar\"\n};\n \nmyFunction(); \/\/ window\n \nvar myProxyFunction = $.proxy( myFunction, myObject );\n \nmyProxyFunction();<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">$ .browser<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .browser \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u0445<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">jQuery.each( jQuery.browser, function( i, val ) {\n   $( \"&lt;div&gt;\" + i + \" : &lt;span&gt;\" + val + \"&lt;\/span&gt;\" )\n   .appendTo( document.body );\n});<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">$ .Contains ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .contains () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 true, \u0435\u0441\u043b\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 DOM, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0432\u0442\u043e\u0440\u044b\u043c \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u043c, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0442\u043e\u043c\u043a\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 DOM, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0432\u044b\u043c \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u043c, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438 \u043e\u043d \u043f\u0440\u044f\u043c\u044b\u043c \u043f\u043e\u0442\u043e\u043c\u043a\u043e\u043c \u0438\u043b\u0438 \u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u043c \u0431\u043e\u043b\u0435\u0435 \u0433\u043b\u0443\u0431\u043e\u043a\u043e.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$.contains( document.documentElement, document.body );\n$.contains( document.body, document.documentElement );\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">$ .Data ()<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">$ .data () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0434\u0430\u043d\u043d\u044b\u0445<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;html lang = \"en\">\r\n   &lt;head>\r\n      &lt;title>jQuery.data demo&lt;\/title>\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.10.2.js\">\r\n      &lt;\/script>\r\n   &lt;\/head>\r\n\t\r\n   &lt;body>\r\n      &lt;div>\r\n         The values stored were &lt;span>&lt;\/span>\r\n            and &lt;span>&lt;\/span>\r\n      &lt;\/div>\r\n \r\n      &lt;script>\r\n         var div = $( \"div\" )&#91; 0 ];\r\n\t\t\t\r\n         jQuery.data( div, \"test\", {\r\n            first: 25,\r\n            last: \"tutorials\"\r\n         });\r\n\t\t\t\r\n         $( \"span:first\" ).text( jQuery.data( div, \"test\" ).first );\r\n         $( \"span:last\" ).text( jQuery.data( div, \"test\" ).last );\r\n      &lt;\/script>\r\n   &lt;\/body>\r\n&lt;\/html>\r\n\u0412\u044b\u0432\u043e\u0434 \u0431\u0443\u0434\u0435\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c\r\n\r\nThe values stored were 25 and tutorials<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>$ .Fn.extend ()\r\n$ .fn.extend () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 jQuery\r\n\r\n Live Demo\r\n\r\n&lt;html lang = \"en\">\r\n   &lt;head>\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.10.2.js\">\r\n      &lt;\/script>\r\n   &lt;\/head>\r\n\t\r\n   &lt;body>\r\n      &lt;label>&lt;input type = \"checkbox\" name = \"android\"> \r\n         Android&lt;\/label>\r\n      &lt;label>&lt;input type = \"checkbox\" name = \"ios\"> IOS&lt;\/label>\r\n \r\n      &lt;script>\r\n         jQuery.fn.extend({\r\n\t\t\t\r\n            check: function() {\r\n               return this.each(function() {\r\n                  this.checked = true;\r\n               });\r\n            },\r\n            uncheck: function() {\r\n               return this.each(function() {\r\n                  this.checked = false;\r\n               });\r\n            }\r\n         });\r\n \r\n         \/\/ Use the newly created .check() method\r\n         $( \"input&#91;type = 'checkbox']\" ).check();\r\n\t\t\t\r\n      &lt;\/script>\r\n   &lt;\/body>\r\n&lt;\/html>\r\n\u042d\u0442\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0432\u043e\u0434, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438\u0436\u0435 \u2014\r\n\r\n$ .IsWindow ()\r\n$ .isWindow () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0438\u044f \u043e\u043a\u043d\u0430\r\n\r\n Live Demo\r\n\r\n&lt;!doctype html>\r\n&lt;html lang = \"en\">\r\n   &lt;head>\r\n      &lt;meta charset = \"utf-8\">\r\n      &lt;title>jQuery.isWindow demo&lt;\/title>\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.10.2.js\">\r\n      &lt;\/script>\r\n   &lt;\/head>\r\n\t\r\n   &lt;body>\r\n      Is 'window' a window? &lt;b>&lt;\/b>\r\n \r\n      &lt;script>\r\n         $( \"b\" ).append( \"\" + $.isWindow( window ) );\r\n      &lt;\/script>\r\n   &lt;\/body>\r\n&lt;\/html>\r\n\u042d\u0442\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0432\u043e\u0434, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438\u0436\u0435 \u2014\r\n\r\n$ .Now ()\r\n\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0447\u0438\u0441\u043b\u043e, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0435\u0435 \u0442\u0435\u043a\u0443\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f.\r\n\r\n(new Date).getTime()\r\n$ .IsXMLDoc ()\r\n$ .isXMLDoc () \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438 \u0444\u0430\u0439\u043b XML \u0438\u043b\u0438 \u043d\u0435\u0442\r\n\r\njQuery.isXMLDoc( document )\r\njQuery.isXMLDoc( document.body )\r\n$ .GlobalEval ()\r\n$ .globalEval () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f JavaScript\r\n\r\nfunction test() {\r\n   jQuery.globalEval( \"var newVar = true;\" )\r\n}\r\ntest();\r\n$ .Dequeue ()\r\n$ .dequeue () \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0432 \u043e\u0447\u0435\u0440\u0435\u0434\u0438\r\n\r\n Live Demo\r\n\r\n&lt;!doctype html>\r\n&lt;html lang = \"en\">\r\n   &lt;head>\r\n      &lt;meta charset = \"utf-8\">\r\n      &lt;title>jQuery.dequeue demo&lt;\/title>\r\n\t\t\r\n      &lt;style>\r\n         div {\r\n            margin: 3px;\r\n            width: 50px;\r\n            position: absolute;\r\n            height: 50px;\r\n            left: 10px;\r\n            top: 30px;\r\n            background-color: green;\r\n            border-radius: 50px;\r\n         }\r\n         div.red {\r\n            background-color: blue;\r\n         }\r\n      &lt;\/style>\r\n\t\t\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.10.2.js\">&lt;\/script>\r\n   &lt;\/head>\r\n\r\n   &lt;body>\r\n      &lt;button>Start&lt;\/button>\r\n      &lt;div>&lt;\/div>\r\n \r\n      &lt;script>\r\n         $( \"button\" ).click(function() {\r\n            $( \"div\" )\r\n            .animate({ left: '+ = 400px' }, 2000 )\r\n            .animate({ top: '0px' }, 600 )\r\n\t\t\t\t\r\n            .queue(function() {\r\n               $( this ).toggleClass( \"red\" );\r\n               $.dequeue( this );\r\n            })\r\n\t\t\t\t\r\n            .animate({ left:'10px', top:'30px' }, 700 );\r\n         });\r\n      &lt;\/script>\r\n   &lt;\/body>\r\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Jquery \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u044b\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 $ (\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043c\u0435\u043d).&nbsp;\u042d\u0442\u0438 \u043c\u0435\u0442\u043e\u0434\u044b \u043f\u043e\u043b\u0435\u0437\u043d\u044b \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u0447 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u044b\u0445 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[154],"tags":[],"class_list":["post-4856","page","type-page","status-publish","hentry","category-jquery"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/4856","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/comments?post=4856"}],"version-history":[{"count":0,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/4856\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/media?parent=4856"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/categories?post=4856"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/tags?post=4856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}