Jump to content

koolrock75

Members
  • Posts

    2
  • Joined

  • Last visited

Previous Fields

  • Languages
    english

Contact Methods

  • Website URL
    http://www.shahidhashmi.net

Profile Information

  • Location
    Pakistan , Sindh, Hyderabad
  • Interests
    coding

koolrock75's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. i just came up with this code.. <script>function allowDrop(ev){ev.preventDefault();}function drag(ev){ev.dataTransfer.setData("Text",ev.target.id);} function drop(ev) { ev.preventDefault(); if(ev.currentTarget.innerHTML == "") { var data=ev.dataTransfer.getData("Text");ev.target.appendChild(document.getElementById(data)); } }</script>
  2. can you make an example of your (disable the drop-zone when that particular count reaches maximum.) scipt idea ? i am searching for it to
×
×
  • Create New...