{"id":115730,"date":"2013-09-23T14:42:24","date_gmt":"2013-09-23T14:42:24","guid":{"rendered":"https:\/\/ru.wordpress.org\/support\/2013\/09\/23\/ajax-%d0%b2-%d0%bf%d1%83%d0%b1%d0%bb%d0%b8%d1%87%d0%bd%d0%be%d0%b9-%d1%87%d0%b0%d1%81%d1%82%d0%b8-%d0%b2%d0%be%d0%b7%d0%b2%d1%80%d0%b0%d1%89%d0%b0%d0%b5%d1%82-0\/"},"modified":"2013-09-23T14:42:24","modified_gmt":"2013-09-23T14:42:24","slug":"ajax-%d0%b2-%d0%bf%d1%83%d0%b1%d0%bb%d0%b8%d1%87%d0%bd%d0%be%d0%b9-%d1%87%d0%b0%d1%81%d1%82%d0%b8-%d0%b2%d0%be%d0%b7%d0%b2%d1%80%d0%b0%d1%89%d0%b0%d0%b5%d1%82-0","status":"closed","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/ajax-%d0%b2-%d0%bf%d1%83%d0%b1%d0%bb%d0%b8%d1%87%d0%bd%d0%be%d0%b9-%d1%87%d0%b0%d1%81%d1%82%d0%b8-%d0%b2%d0%be%d0%b7%d0%b2%d1%80%d0%b0%d1%89%d0%b0%d0%b5%d1%82-0\/","title":{"rendered":"Ajax \u0432 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 &quot;0&quot;"},"content":{"rendered":"<p>\u041f\u0440\u043e\u0431\u0443\u044e \u043f\u0438\u0441\u0430\u0442\u044c ajax \u0444\u0443\u043d\u043a\u0446\u0438\u044e, \u043e\u043d\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 &#171;0&#187;. \u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f.<br \/>\n\u0418\u0437\u043b\u0430\u0433\u0430\u044e \u043a\u043e\u0434 \u043a \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u043d\u043e\u043c \u0432\u0438\u0434\u0435, \u0431\u0435\u0437 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439.<\/p>\n<p>js \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0432 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u043e\u043c \u0444\u0430\u0439\u043b\u0435<\/p>\n<pre><code>jQuery(document).ready(function($){\n\t$(&#039;.regions .nav li a&#039;).click(function() {\n\n\t\t$.post(&#039;wp-admin\/admin-ajax.php&#039;,{\n\t\t\taction: &quot;get_region_data&quot;, \/\/\u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 wp-content\/plugins\/IndiceA\/IndiceA.php\n\t\t\tregion:region \/\/\u041f\u0435\u0440\u0435\u0434\u0430\u044e \u043e\u0434\u0438\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\n\n\t\t}, function(data) {\n\t\t\talert (data);\n\t\t});\n\t});\n});<\/code><\/pre>\n<p>PHP \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u044e\u0449\u0430\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 (wp-content\/plugins\/IndiceA\/IndiceA.php)<\/p>\n<pre><code>function get_region_data(){\n\t$region = $_POST(&#039;region&#039;);\n\techo &quot;\u041e\u0442\u0432\u0435\u0442!&quot;;\n\tdie();\n}<\/code><\/pre>\n<p>\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f &#171;0&#187;, \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043e\u0448\u0438\u0431\u043e\u043a \u043d\u0435 \u043f\u0438\u0448\u0435\u0442, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043d\u0435 \u043c\u043e\u0433\u0443 \u043f\u043e\u043d\u044f\u0442\u044c \u0433\u0434\u0435 \u043d\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e.<\/p>\n","protected":false},"template":"","class_list":["post-115730","topic","type-topic","status-closed","hentry","topic-tag-ajax","topic-tag-parametre"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/115730","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/115730\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=115730"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}