Jump to content
UBot Underground

shekhar007

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About shekhar007

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition
  1. for those struggling with this, use the CDN of jscolor;no need to host it yourself, the below code works <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.5.2/jscolor.min.js"></script> <script> function addHtml() { document.querySelector('#out').innerHTML += '<input data-jscolor="{}">' jscolor.install() // recognizes new inputs and installs jscolor on them } </script> <button onclick="addHtml()">Click to generate HTML input</button> <p id="out"></p>
  2. i am still facing this problem in-spite of running the .bat file
×
×
  • Create New...