First commit for a Flask-based Attract
This commit is contained in:
13
attract/application/static/assets/js/jquery.attract.js
Normal file
13
attract/application/static/assets/js/jquery.attract.js
Normal file
@@ -0,0 +1,13 @@
|
||||
$(document).ready(function() {
|
||||
/*
|
||||
$('.dd_status').click(function() {
|
||||
// Only call notifications when opening the dropdown
|
||||
if(!$(this).hasClass('open')) {
|
||||
console.log('open');
|
||||
$(this).children('.dropdown-menu').html('<li><a href="#">Option</a></li>');
|
||||
}
|
||||
});
|
||||
*/
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user