Toggle for dropdown
This commit is contained in:
parent
c620453ebf
commit
9a12e60b1c
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user