Skip to content

Instantly share code, notes, and snippets.

View g8up's full-sized avatar
💭
Stay Hungry

g8up g8up

💭
Stay Hungry
View GitHub Profile
@g8up
g8up / sortTudouReactJsAlbum.js
Last active August 29, 2015 14:26
这个 React.js 教程的视频专辑竟然没有排序!
/**
* http://www.tudou.com/plcover/ah20h1-t4V4/
* 这个 React.js 教程的视频专辑竟然没有排序!
* @Sigma
*/
JSON.stringify([].slice.call($('h6.caption>a'),0).map(function(a){
var title = $(a).text();
var _match = title.match(/\d+\./);
if( _match && _match.length ){
var index = title.match(/(\d+)\./)[1];