Created
August 10, 2013 05:55
-
-
Save goldhand/6199256 to your computer and use it in GitHub Desktop.
for the sub categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* User: goldhand | |
* Date: 8/9/13 | |
* Time: 10:52 PM | |
*/ | |
var tcl = $('#task-category-list').find('ul').each(function(i) { console.log($(this).parent().attr('id')); console.log($(this).sortable('toArray'));}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment