Removes a bookmark that is no longer needed.
Description
Releasing a bookmark frees up the small performance overhead it requires.
Parameters
$name
stringrequired- Name of the bookmark to remove.
Source
return false;
}
/**
* Sets a bookmark in the HTML document.
*
* Bookmarks represent specific places or tokens in the HTML
User Contributed Notes
You must log in before being able to contribute a note or feedback.