This commit is contained in:
2020-12-18 15:05:09 -03:00
parent 4cb708b654
commit d82734deab
7 changed files with 286 additions and 0 deletions

View File

@ -0,0 +1,5 @@
$(document).ready(function() {
$('.sticky').sticky({
context: '#column'
})
})