Question.
-
Hi,
A quick question, If I have an html5 audio element in a post, once the audio ends, can I do something below to automatically favorite the post? (jQuery or PHP).
myAudio.addEventListener(“ended”, function()
{
// this_post_should_be_marked_as_fav
});Thanks.
The topic ‘Question.’ is closed to new replies.