Jump to content
Search Community

krx

Members
  • Posts

    5
  • Joined

  • Last visited

krx's Achievements

0

Reputation

  1. I'm looping all the classes that has the class `list`, but it always uses the second class. $('.list').each(function(i, obj) { window.$list = $(obj); window.tiles = $list[0].getElementsByClassName("tile"); init(); });
  2. Sorry to disturb again after i loop every class what should i put inside? i update `$list` and start `init()` but couldn't make it work
  3. Thanks for your response first of all, is there any chance you can update the codepen and send it here? Thank you.
  4. Hello, how can i achieve multiple list divs? and it the items will drag only inside there own divs Thanks in advance! edit; please excuse my english. edit 2; what i want to achieve is have multiple <div id="list"></div>
×
×
  • Create New...