Why do Bootstrap functions start with a + sign?
This question already has an answer here:
I think it forces the parser to treat the part following the +
as an expression. You can also read Immediately-Invoked Function Expression
Also check JavaScript plus sign in front of function name
链接地址: http://www.djcxy.com/p/94930.html