文件名称:js-spotify-ajax:带有walkthru AJAX的html样板
文件大小:287KB
文件格式:ZIP
更新时间:2024-06-02 13:05:41
HTML
JS Spotify AJAX 使用Spotify API通过输入表单显示艺术家的专辑。 首先,我们需要获取用户输入: // event handler for search form submission $ ( "form" ) . on ( 'submit' , function ( event ) { // prevent browser default behavior event . preventDefault ( ) ; // grab tag from input var searchTerm = $ ( "#search-term" ) . val ( ) . trim ( ) ; //The $.trim() function removes all newlines, spaces (including non-breaking space
【文件预览】:
js-spotify-ajax-master
----css()
--------main.css(140B)
----spotify-logo.jpg(338KB)
----index.html(1KB)
----js()
--------solution.js(930B)
--------main.js(89B)
----README.md(2KB)