Rating slider

To filter episodes by rating, we provide the user with a slider that's used to indicate the minimum rating:

<label>
7
<input type="range" min="1" max="10" value="7" name="rating"/>
</label>

Episodes with a rating lower than this value are excluded from the results. By default, the minimum rating is set to 7. The label is used to indicate the current slider value.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.210.17