Changeset - 6f1e25144958
default
0
1
0
Grafted from: ceec08af8706
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'.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)