{"id":894,"date":"2013-01-22T14:37:04","date_gmt":"2013-01-22T14:37:04","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=894"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"swiping","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/jquery-mobile\/gestures\/swiping","title":{"rendered":"Swiping"},"content":{"rendered":"<h4>\nDetecting Swipe Of Page<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\t$(document).live(&quot;swipeleft&quot;, function () {\r\n\t\talert(&quot;swipe&quot;);\r\n\t});\r\n<\/code><\/pre>\n<h4>\nDetecting swipe over an element<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\t$(&#39;div.ui-page&#39;).on(&quot;swipeleft&quot;, function () {\r\n\t\talert(&quot;swipe&quot;);\r\n\t});\r\n\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Detecting Swipe Of Page $(document).live(&quot;swipeleft&quot;, function () { alert(&quot;swipe&quot;); }); Detecting swipe over an element $(&#39;div.ui-page&#39;).on(&quot;swipeleft&quot;, function () { alert(&quot;swipe&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":[95],"tags":[],"class_list":["post-894","post","type-post","status-publish","format-standard","hentry","category-gestures"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/894","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=894"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/894\/revisions"}],"predecessor-version":[{"id":1360,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/894\/revisions\/1360"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=894"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=894"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}