DCSIMG
select - Avi Pinto

Avi Pinto

על הבלוג

Follow uberPinto on Twitter

View Avi Pinto's profile on LinkedIn

Subscribe in a reader Subscribe by Email

 


Two new sculptures

View my Air Brush Work at Avipinto.com

Helping a friend, great tool for fixing file names

JavaScript Tutorial


Disclaimer All postings/content on this blog are licensed under a Creative Commons Attribution By license and provided "AS IS" with no warranties, and confer no rights.
All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer or sponsors.

Browse by Tags

All Tags » select (RSS)
jQuery Gotcha: val() might select the wrong option at a select element
Let's imagine you have the following select element: <select id="someSelect"> <option value="">-Select-</option> <option value=" 12 ">21</option> <option value=" 11 ">20</option> <option value=" 10 ">19</option> <option value="9">18</option> <option value="8">17</option> <option value="7">16</option> <option value="6">15<...