普通网友 2015-08-20 16:01
浏览 49

如何使用PHP向li元素添加id

I have the following code that its been dynamically generated by a plugin, the plugin will create a "li" element for each team member, currently i have 150 members so im adding an auto increment ID.

<?php $i = 0; ?>
<ul id="dvteamgrid<?php echo esc_attr($random); ?>" class="dvteamgrid withanim">
<li data-filter-class='["gridall",<?php echo $filters; ?>]' id="team-<?php echo ++$i; ?>">

The code is working properly adding team-1, team-2...and so on. My issue is that im frequently updating my list of members so if I add a new member between team-1 and team-2, the ID for team-2 will be team-3. I would like to keep same ID value even though I add new members.

Any suggestions? Thanks in advance.

  • 写回答

1条回答 默认 最新

  • doulangtiao4508 2015-08-20 16:04
    关注

    Chose a unique id for each team. For instance the name of the team, or an md5 hash of the name of the team.

    Auto increment only works if you never reuse the same index, which would guarantee that the index is a uid (unique id).

    评论

报告相同问题?

悬赏问题

  • ¥15 在获取boss直聘的聊天的时候只能获取到前40条聊天数据
  • ¥20 关于URL获取的参数,无法执行二选一查询
  • ¥15 液位控制,当液位超过高限时常开触点59闭合,直到液位低于低限时,断开
  • ¥15 marlin编译错误,如何解决?
  • ¥15 有偿四位数,节约算法和扫描算法
  • ¥15 VUE项目怎么运行,系统打不开
  • ¥50 pointpillars等目标检测算法怎么融合注意力机制
  • ¥20 Vs code Mac系统 PHP Debug调试环境配置
  • ¥60 大一项目课,微信小程序
  • ¥15 求视频摘要youtube和ovp数据集