Skip to content

Instantly share code, notes, and snippets.

@oilvier
oilvier / bookmark.js
Last active March 7, 2025 06:07
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