Sorting with jQuery

1
2
var mylist = $('ul');
var listitems = mylist.children('li').get();
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This snippet shows how to do a list sorting with jQuery.

#sort #list #sorting #snippet #jquery #code

#cesarnog

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.