{"id":956,"date":"2013-02-05T15:18:50","date_gmt":"2013-02-05T15:18:50","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=956"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"is-an-element-touched","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/jquery-mobile\/touch-events\/is-an-element-touched","title":{"rendered":"Is An Element Touched"},"content":{"rendered":"<p>\n&nbsp;\n<\/p>\n<pre>\r\n<code>\r\n$(&#39;#your-element-id&#39;).live(&#39;vmousedown&#39;, function()\r\n{\r\n\talert(&quot;Down&quot;)\r\n});\r\n$(&#39;#your-element-id&#39;).live(&#39;vmouseup&#39;, function()\r\n{\r\n\talert(&quot;Up&quot;)\r\n});\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; $(&#39;#your-element-id&#39;).live(&#39;vmousedown&#39;, function() { alert(&quot;Down&quot;) }); $(&#39;#your-element-id&#39;).live(&#39;vmouseup&#39;, function() { alert(&quot;Up&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":[103],"tags":[],"class_list":["post-956","post","type-post","status-publish","format-standard","hentry","category-touch-events"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/956","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=956"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/956\/revisions"}],"predecessor-version":[{"id":1347,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/956\/revisions\/1347"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}