Toggle for dropdown

This commit is contained in:
hexeth 2019-01-18 11:00:55 -08:00 committed by GitHub
parent c620453ebf
commit 9a12e60b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,11 @@ return $(this).text().replace(/^\s+|^\t+|\t+|\s+$/g, "");
$( '.leramslist' ).toggle(); $( '.leramslist' ).toggle();
}); });
$('#sendbtn2' ).click( function() {
$( '.sendtokindle-drop' ).toggle();
});
$('div[aria-label="Add to shelves"]' ).click( function() { $('div[aria-label="Add to shelves"]' ).click( function() {
$( '#add-to-shelves' ).toggle(); $( '#add-to-shelves' ).toggle();
}); });