Página HTML
<div id = "search_songs_a"> <table> <tbody> <tr> <th> nombre de la música de piano: </th> <td> <input type = "text" name = "info [gqq_name]" id = "gqq_name"/> </td> <thyle = "Padding-left: 10px;" personista: </th> <td> <typing type " name = "info [gqq_player]" id = "gqq_player"/> </td> </tbody> </table> lt;/div> <div id = "search_songs_b"> <table> <tbody> <tr> <th> propiedades: </th> <td> <span> <input type = "nombre de radio =" información [gqqqq_shux] " checked = "checked"/> <label> Unlimited </label> </span> <span> <input type = "radio" name = "info [gqq_shuxing]" valor = "música de piano popular"/> <label> popular piano music </label> </span> <span> <input type = "radio" name = "info [gqq_shuxing]" Value = "Classical Piano Music" Classic Music "/Classic Music"/Music " music</label></span> <span><input type="radio" name="info[gqq_shuxing]" value="jazz piano music"/><label>jazz piano music</label></span> <span><input type="radio" name="info[gqq_shuxing]" value="piano etude"/><label>piano etude</label></span> </td> </tr> </tbody> </table> lt;/div>
Página JS
// Borrar la función de condiciones de búsqueda de música de piano ClearSongs () {$ ("#search_songs_a: input"). Cada (function () {$ (this) .val ("");}); $ ("input [name = 'info [gqq_shuxing]'] [value = 'ilimited']"). attr ("verificado", true); }