clean up and beginning to implement catfilter
This commit is contained in:
parent
3cbde1b9f2
commit
52cdae478b
2 changed files with 32 additions and 0 deletions
6
kit/js/custom.js
Normal file
6
kit/js/custom.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
document.addEventListener("DOMContentLoaded", function() {
|
||||
$("ul.catFilter li.available").on("click", function(e){
|
||||
e.preventDefault();
|
||||
console.log("test");
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue