Files
@ 6f1e25144958
Branch filter:
Location: kallithea/docs/usage/statistics.rst
6f1e25144958
1.2 KiB
text/prs.fallenstein.rst
diff: fix "Show inline comments"
jQuery has weak "friendly" semantics for data attributes and do for example
interpret the data attribute name 'id_for' as 'idFor'. We could thus not
retrieve it as 'id_for'.
Instead, avoid the special semantics of '_' by just naming the data attribute
'for'.
jQuery has weak "friendly" semantics for data attributes and do for example
interpret the data attribute name 'id_for' as 'idFor'. We could thus not
retrieve it as 'id_for'.
Instead, avoid the special semantics of '_' by just naming the data attribute
'for'.