It seems pretty common to want to let your javascript know a particular dom node corresponds to a record in the database. So, how do you do it?
One way I\'ve seen t
Note that an ID cannot start with a digit, so:
is invalid HTML. See What are valid values for the id attribute in HTML? In your case, I would use ID's like thing5 or thing.5. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
is invalid HTML. See What are valid values for the id attribute in HTML?
In your case, I would use ID's like thing5 or thing.5.
thing5
thing.5