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
Post a Comment