Variable notation.

Variable notation.

setlesssetless Posts: 2Questions: 0Answers: 0
edited September 2010 in General
Hi,

question doesn't actually concern a plugin itself, well...

I looked through code of DataTables and saw specific variables notation e.g.: sName holds string, aContainer holds array and so on. I like that notation and want to use it myself, but the problem is I can't guess what "n" prefix - which is used a lot in plugin code, mostly in variables in functions body - means.

Replies

  • cdaiglecdaigle Posts: 57Questions: 0Answers: 0
    n stands for node.

    See this page for more details: http://datatables.net/development/

    Hope this helps.
  • setlesssetless Posts: 2Questions: 0Answers: 0
    Now it seems obvious :D

    Thanks for help. :)
This discussion has been closed.