{"id":864,"date":"2013-01-10T15:38:16","date_gmt":"2013-01-10T15:38:16","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=864"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"load-page-using-post","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/jquery-mobile\/pages\/load-page-using-post","title":{"rendered":"Load page using POST"},"content":{"rendered":"<h5>\nLoad an external page sending data via POST<br \/>\n<\/h5>\n<pre>\r\n<code>\r\n&lt;script&gt;\r\nfunction viewProduct(idProduct) {\r\n\t$.mobile.changePage(&quot;productdetail.php&quot;, {\r\n\t\tmethod: &quot;post&quot;,\r\n\t\tdata: {\r\n\t\t\taction: &#39;getProduct&#39;,\r\n\t\t\tid: idProduct\r\n\t\t},\r\n\t\ttransition: &quot;fade&quot;\r\n\t});\r\n}\r\n&lt;\/script&gt;\r\n\r\n&lt;a href=&quot;javascript:viewProduct(4200)&quot; data-role=&quot;button&quot; &gt;My Text&lt;\/ a &gt;\r\n<\/code><\/pre>\n<p>\nThe destination must be a jQuery Mobile document including headers and a data-role=&quot;page&quot;.\n<\/p>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Load an external page sending data via POST &lt;script&gt; function viewProduct(idProduct) { $.mobile.changePage(&quot;productdetail.php&quot;, { method: &quot;post&quot;, data: { action: &#39;getProduct&#39;, id: idProduct }, transition: &quot;fade&quot; }); } &lt;\/script&gt; &lt;a href=&quot;javascript:viewProduct(4200)&quot; data-role=&quot;button&quot; &gt;My Text&lt;\/ a &gt; The destination must be a jQuery Mobile document including headers and a data-role=&quot;page&quot;. &nbsp; &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86],"tags":[],"class_list":["post-864","post","type-post","status-publish","format-standard","hentry","category-pages"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/864","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=864"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/864\/revisions"}],"predecessor-version":[{"id":1367,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/864\/revisions\/1367"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}