forms - How to create select box from a table and query a <td> with jquery? -


essentially trying recreate functionality seen @ bottom of www.hurtta.com client. have list of dogs, products , size each dog , product. given data in excel spreadsheet (yuck) able save off html table , strip of fluff classes , id's come excel. have under 13,000 lines of code table. each excel row looks this:

 <tr >   <td>hurtta collars</td>   <td>thai ridgeback</td>   <td>55, 60</td>  </tr> 

i need figure out how take first td , create select box these values, same second td , when selection made third row value appears jquery snazzy. thoughts, ideas, suggestions? again, there on 2500 tr's 1 see above.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -