{"id":1538,"date":"2014-10-14T08:56:42","date_gmt":"2014-10-14T08:56:42","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=1538"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"examples-of-post","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/jquery\/post\/examples-of-post","title":{"rendered":"Examples of .post"},"content":{"rendered":"<h4>\nExample 1<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\tjQuery.post(\r\n\t\t\t&#39;play_ajax.php&#39;,\r\n\t\t\t{\r\n\t\t\t\t\t&#39;action&#39;\t:\t$( &quot;#add_to_channel_dialog_form&quot; ).dialog(&#39;option&#39;, &#39;action&#39;),\r\n\t\t\t\t\t&#39;userid&#39;\t:\t&#39;12345&#39;,\r\n\t\t\t\t\t&#39;videoid&#39;\t:\t&#39;6789&#39;,\r\n\t\t\t\t\t&#39;allid&#39;\t\t:\t$(&quot;#alliance_id&quot;).val()\r\n\t\t\t},\r\n\t\t\tfunction(data, textStatus) {\r\n\t\t\t\t\t\r\n\t\t\t\t\talert(data.message);\r\n\t\t\t\t\t\r\n\t\t\t\t\tif(data.status == 1) {\r\n\t\t\t\t\t\t$( &quot;#add_to_channel_dialog_form&quot; ).dialog( &quot;close&quot; );\r\n\t\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t&#39;json&#39;\r\n\t);\r\n<\/code><\/pre>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Example 1 jQuery.post( &#39;play_ajax.php&#39;, { &#39;action&#39; : $( &quot;#add_to_channel_dialog_form&quot; ).dialog(&#39;option&#39;, &#39;action&#39;), &#39;userid&#39; : &#39;12345&#39;, &#39;videoid&#39; : &#39;6789&#39;, &#39;allid&#39; : $(&quot;#alliance_id&quot;).val() }, function(data, textStatus) { alert(data.message); if(data.status == 1) { $( &quot;#add_to_channel_dialog_form&quot; ).dialog( &quot;close&quot; ); } }, &#39;json&#39; ); &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[133],"tags":[],"class_list":["post-1538","post","type-post","status-publish","format-standard","hentry","category-post"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/1538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=1538"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/1538\/revisions"}],"predecessor-version":[{"id":1543,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/1538\/revisions\/1543"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=1538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=1538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=1538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}