Skip to content

Instantly share code, notes, and snippets.

View naemazam's full-sized avatar
🎯
Focusing

Naem Azam naemazam

🎯
Focusing
View GitHub Profile
@naemazam
naemazam / bookmark.js
Created November 4, 2021 07:26 — forked from oilvier/bookmark.js
Javascript to add a bookmark - Cross Browser
/**
*
* Add to bookmark
* Several tests are necessary in order for this "simple" action to work in most of the browsers
*
*/
// First, we define the element where the "Add to bookmark" action will trigger
var triggerBookmark = $(".js-bookmark"); // It must be an `a` tag