ignore this test
Posted
by
Name
on Programmers
See other posts from Programmers
or by Name
Published on 2012-06-30T00:41:37Z
Indexed on
2012/06/30
3:23 UTC
Read the original article
Hit count: 164
c
http://markitup.jaysalvat.com/downloads/markupsets/wiki/set.js Here is a useful construct when trying to hide variables from the parent namespace. All the code within the function is contained in the private scope of the function, meaning it is allowed.
So you've become comfortable with jQuery and would like to learn how to write your own plugins. Great! You're in the right spot. Extending jQuery with plugins and methods is very powerful and can save you and your peers a lot of development time by abstracting your most clever functions into plugins. This post will outline the basics, best practices, and common pitfalls to watch out for as you begin writing your plugin.
© Programmers or respective owner