簡單理解冒泡排序
Bubble Sort影片
用php實現四種常見的排序算法
不過...為什麼會變成下面這個規則?
- 若 a 小于 b,在排序后的数组中 a 应该出现在 b 之前,则返回一个小于 0 的值。
- 若 a 等于 b,则返回 0。
- 若 a 大于 b,则返回一个大于 0 的值。
prototype.constructor
(請參考 Object.prototype),所以我們必須手動處理。$('selector').click(function (index) {
$('another').eq(i) //do something
});
but not working.$('selector').click(function(){ var a = $('selector').index(this) );
$('another').eq(a) //do something
});
it is important that .not() writing at the above.$('selector').click(function(){ var a = $('selector').index(this) );
$('another').not(this) //do something
$('another').eq(a) //do something});