Variable notation.
Variable notation.
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.
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.
This discussion has been closed.
Replies
See this page for more details: http://datatables.net/development/
Hope this helps.
Thanks for help. :)