Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
68120eaa71 | |||
da3b4ba57b | |||
c4c4fda71f |
4
sortt.js
4
sortt.js
@ -97,8 +97,8 @@ if(!window.jQuery) {
|
|||||||
|
|
||||||
//add onclick event
|
//add onclick event
|
||||||
$(this).on('click', function() {
|
$(this).on('click', function() {
|
||||||
sortt(data[0],data[1],data[2]);
|
sortt(data[0],data[1],data[2]);
|
||||||
});
|
});
|
||||||
|
|
||||||
//add arrow to colume
|
//add arrow to colume
|
||||||
var arrow = getArrow(data[0],data[1],data[2]);
|
var arrow = getArrow(data[0],data[1],data[2]);
|
||||||
|
Reference in New Issue
Block a user