Javascript plugin creation
Posted
by Aneesh
on Stack Overflow
See other posts from Stack Overflow
or by Aneesh
Published on 2010-04-26T08:50:12Z
Indexed on
2010/04/26
8:53 UTC
Read the original article
Hit count: 178
JavaScript
|plugins
How to create a pure JavaScript(without using any library) plugin which looks like:
document.getElementById('id').myPlugin();
like jquery ?
© Stack Overflow or respective owner