gulp integration
This commit is contained in:
parent
aa573e574c
commit
d0ef06c80a
18 changed files with 86 additions and 126 deletions
12
js/script.js
12
js/script.js
|
@ -1,11 +1,5 @@
|
|||
(function($) {
|
||||
;(function($) {
|
||||
|
||||
// Add utility classes to lists/tables
|
||||
// JS goes here
|
||||
|
||||
$('li:last-child,td:last-child,tr:last-child,th:last-child').addClass('last');
|
||||
$('td:nth-child(odd),th:nth-child(odd),tr:nth-child(odd)').addClass('odd');
|
||||
$('td:nth-child(even),th:nth-child(even),tr:nth-child(even)').addClass('even');
|
||||
|
||||
//
|
||||
|
||||
})(jQuery);
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue