I've noticed while looking through some jQuery plugins, programmers are using _ before their function names, sometimes even ___ ( _ 3 times). What does this reference to? Here's an example...
function _disable_keyboard_navigation() {
$(document).unbind();
}
Question
fall3n
I've noticed while looking through some jQuery plugins, programmers are using _ before their function names, sometimes even ___ ( _ 3 times). What does this reference to? Here's an example...
function _disable_keyboard_navigation() { $(document).unbind(); }Link to comment
Share on other sites
6 answers to this question
Recommended Posts