Manipulating Spotify Play Button via jQuery
问题 Is it possible to manipulate the Spotify Play Button via jQuery? For instance, pausing and playing, changing the song, etc? I've tried to modify the contents of the iframe in which the Play Button resides by using .contents() but haven't had much luck. Any ideas? Thanks 回答1: Unfortunately, the Spotify Play Button doesn't expose a JS Api to control playback. 来源: https://stackoverflow.com/questions/15799944/manipulating-spotify-play-button-via-jquery