Skip to content

Creates a button container, under the video, onto which buttons can be added

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.lesser
Notifications You must be signed in to change notification settings

joesimmons/YouTube_-_Button_Container_require

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syntax: addButtonToContainer( text, func [, ID] );


Arguments:

  • text [string]: The text for the button.
  • func [function]: The function to be called when the button is clicked upon.
  • ID (optional) [string]: The ID to be used for the button element.

Example: addButtonToContainer('A Test Button', function () { alert('Test.'); }, 'test-button');

About

Creates a button container, under the video, onto which buttons can be added

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.lesser

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published