{"id":931,"date":"2013-01-24T20:45:08","date_gmt":"2013-01-24T20:45:08","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=931"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"detect-press-and-hold-of-an-element","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/elements\/detect-press-and-hold-of-an-element","title":{"rendered":"Detect press and hold of an element"},"content":{"rendered":"<p>\n&nbsp;\n<\/p>\n<pre>\r\n<code>\r\nvar timeoutId = 0;\r\n\r\n$(&#39;#my_element&#39;).mousedown(function() {\r\n    timeoutId = setTimeout(my_function, 1500);\r\n}).bind(&#39;mouseup mouseleave&#39;, function() {\r\n    clearTimeout(timeoutId);\r\n});\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; var timeoutId = 0; $(&#39;#my_element&#39;).mousedown(function() { timeoutId = setTimeout(my_function, 1500); }).bind(&#39;mouseup mouseleave&#39;, function() { clearTimeout(timeoutId); }); &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":[99],"tags":[],"class_list":["post-931","post","type-post","status-publish","format-standard","hentry","category-elements"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/931","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=931"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/931\/revisions"}],"predecessor-version":[{"id":932,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/931\/revisions\/932"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=931"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=931"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}