{"id":4862,"date":"2021-08-06T12:11:23","date_gmt":"2021-08-06T12:11:23","guid":{"rendered":"https:\/\/www.bearloga.space\/?page_id=4862"},"modified":"2021-08-06T12:11:24","modified_gmt":"2021-08-06T12:11:24","slug":"jquery-tematika","status":"publish","type":"page","link":"https:\/\/www.bearloga.space\/uk\/jquery-tematika\/","title":{"rendered":"JQuery \u2014 \u0422\u0435\u043c\u0430\u0442\u0438\u043a\u0430"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\r\nJquery \u0438\u043c\u0435\u0435\u0442 \u0434\u0432\u0435 \u0440\u0430\u0437\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f, \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a A \u0438 B. \u041a\u0430\u0436\u0434\u044b\u0439 \u0438\u0437 \u043d\u0438\u0445 \u0438\u043c\u0435\u0435\u0442 \u0440\u0430\u0437\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u0430 \u0434\u043b\u044f \u043a\u043d\u043e\u043f\u043e\u043a, \u043f\u0430\u043d\u0435\u043b\u0435\u0439, \u0431\u043b\u043e\u043a\u043e\u0432 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0442. \u0414.\r\n\r\n\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441 J \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0435\u043c\u044b, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438\u0436\u0435 \u2014\r\n\r\n&lt;div data-role = \"page\" data-theme = \"a|b\">\r\n\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 \u0442\u0435\u043c\u044b, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438\u0436\u0435 \u2014\r\n\r\r\n&lt;!DOCTYPE html>\r\n&lt;html>\r\n   &lt;head>\r\n      &lt;meta name = \"viewport\" content = \"width = device-width, initial-scale = 1\">\r\n      &lt;link rel = \"stylesheet\" \r\n         href = \"https:\/\/code.jquery.com\/mobile\/1.4.5\/jquery.mobile-1.4.5.min.css\">\r\n\t\t\t\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.11.3.min.js\">\r\n      &lt;\/script>\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.11.3.min.js\">\r\n      &lt;\/script>\r\n      &lt;script \r\n         src = \"https:\/\/code.jquery.com\/mobile\/1.4.5\/jquery.mobile-1.4.5.min.js\">\r\n      &lt;\/script>\r\n   &lt;\/head>\r\n\t\r\n   &lt;body>\r\n      &lt;div data-role = \"page\" id = \"pageone\" data-theme = \"a\">\r\n        &lt;div data-role = \"header\">\r\n            &lt;h1>Tutorials Point&lt;\/h1>\r\n         &lt;\/div>\r\n\r\n         &lt;div data-role = \"main\" class = \"ui-content\">\r\n\t\t\t\r\n            &lt;p>Text link&lt;\/p>\r\n            &lt;a href = \"#\">A Standard Text Link&lt;\/a>\r\n            &lt;a href = \"#\" class = \"ui-btn\">Link Button&lt;\/a>\r\n            &lt;p>A List View:&lt;\/p>\r\n\t\t\t\t\r\n            &lt;ul data-role = \"listview\" data-autodividers = \"true\" data-inset = \"true\">\r\n               &lt;li>&lt;a href = \"#\">Android &lt;\/a>&lt;\/li>\r\n               &lt;li>&lt;a href = \"#\">IOS&lt;\/a>&lt;\/li>\r\n            &lt;\/ul>\r\n\t\t\t\t\r\n            &lt;label for = \"fullname\">Input Field:&lt;\/label>\r\n            &lt;input type = \"text\" name = \"fullname\" id = \"fullname\" \r\n               placeholder = \"Name..\">    \r\n            &lt;label for = \"switch\">Toggle Switch:&lt;\/label>\r\n\t\t\t\t\r\n            &lt;select name = \"switch\" id = \"switch\" data-role = \"slider\">\r\n               &lt;option value = \"on\">On&lt;\/option>\r\n               &lt;option value = \"off\" selected>Off&lt;\/option>\r\n            &lt;\/select>\r\n\t\t\t\t\r\n         &lt;\/div>\r\n\r\n         &lt;div data-role = \"footer\">\r\n            &lt;h1>Tutorials point&lt;\/h1>\r\n         &lt;\/div>\r\n      &lt;\/div>\r\n   &lt;\/body>\r\n&lt;\/html>\r\n\u042d\u0442\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0443 \u2014\r\n\r\n\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 \u0442\u0435\u043c\u044b, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438\u0436\u0435 \u2014\r\n\r\n Live Demo\r\n\r\n&lt;!DOCTYPE html>\r\n&lt;html>\r\n   &lt;head>\r\n      &lt;meta name = \"viewport\" content = \"width = device-width, initial-scale = 1\">\r\n      &lt;link rel = \"stylesheet\" \r\n         href = \"https:\/\/code.jquery.com\/mobile\/1.4.5\/jquery.mobile-1.4.5.min.css\">\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.11.3.min.js\">\r\n      &lt;\/script>\r\n      &lt;script src = \"https:\/\/code.jquery.com\/jquery-1.11.3.min.js\">\r\n      &lt;\/script>\r\n      &lt;script \r\n         src = \"https:\/\/code.jquery.com\/mobile\/1.4.5\/jquery.mobile-1.4.5.min.js\">\r\n      &lt;\/script>\r\n   &lt;\/head>\r\n\t\r\n   &lt;body>\r\n      &lt;div data-role = \"page\" id = \"pageone\" data-theme = \"b\">\r\n        &lt;div data-role = \"header\">\r\n            &lt;h1>Tutorials Point&lt;\/h1>\r\n         &lt;\/div>\r\n\r\n         &lt;div data-role = \"main\" class = \"ui-content\">\r\n            &lt;p>Text link&lt;\/p>\r\n            &lt;a href = \"#\">A Standard Text Link&lt;\/a>\r\n            &lt;a href = \"#\" class = \"ui-btn\">Link Button&lt;\/a>\r\n            &lt;p>A List View:&lt;\/p>\r\n\t\t\t\t\r\n            &lt;ul data-role = \"listview\" data-autodividers = \"true\" data-inset = \"true\">\r\n               &lt;li>&lt;a href = \"#\">Android &lt;\/a>&lt;\/li>\r\n               &lt;li>&lt;a href = \"#\">IOS&lt;\/a>&lt;\/li>\r\n            &lt;\/ul>\r\n\t\t\t\t\r\n            &lt;label for = \"fullname\">Input Field:&lt;\/label>\r\n            &lt;input type = \"text\" name = \"fullname\" id = \"fullname\" \r\n               placeholder = \"Name..\">    \r\n            &lt;label for = \"switch\">Toggle Switch:&lt;\/label>\r\n\t\t\t\t\r\n            &lt;select name = \"switch\" id = \"switch\" data-role = \"slider\">\r\n               &lt;option value = \"on\">On&lt;\/option>\r\n               &lt;option value = \"off\" selected>Off&lt;\/option>\r\n            &lt;\/select>\r\n\t\t\t\t\r\n         &lt;\/div>\r\n\r\n         &lt;div data-role = \"footer\">\r\n            &lt;h1>Tutorials point&lt;\/h1>\r\n         &lt;\/div>\r\n      &lt;\/div>\r\n   &lt;\/body>\r\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","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-4862","page","type-page","status-publish","hentry","category-jquery"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/pages\/4862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/comments?post=4862"}],"version-history":[{"count":0,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/pages\/4862\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/media?parent=4862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/categories?post=4862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/tags?post=4862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}