¡@

Home 

2014/10/16 ¤W¤È 12:01:49

jquery Programming Glossary: action.id

Use jQuery sortable with hidden table rows in django template

http://stackoverflow.com/questions/12772569/use-jquery-sortable-with-hidden-table-rows-in-django-template

class table_header th Task Name th tr thead tbody class sortable for action in actions tr class item_row id action_ action.id td action td tr tr class detailed_row id detail_ action.id td action.notes td tr endfor tbody table I'm alternating.. for action in actions tr class item_row id action_ action.id td action td tr tr class detailed_row id detail_ action.id td action.notes td tr endfor tbody table I'm alternating between the action name and the action notes on each row of the.. class table_header th Task Name th tr thead tbody class sortable for action in actions tr class item_row id action_ action.id td action td tr tr class detailed_row id detail_ action.id td Test text data td tr endfor tbody table But this does..