Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. S

    JavaScript Get the value of html element within the 'dd itemprop'

    I am trying to get the value of the notarisation_url value within the 'dd itemprop' I tried this javascript code, but its not working. It retruns undefined. const els = [document.getElementsById('wrap')]; props = els.filter(x => !!x.getAttribute('notarisation_url')); console.log(props) I...
  2. S

    JavaScript Retrieving Ethereum Transaction Data using Javascript

    From my website, I am trying to retrieve the transaction data stored on the Ethereum blockchain using Javascript. ‘Rinkeby Transaction Hash (Txhash) Details | Etherscan’ If you see the transaction link in the Rinkerby test network, (click to see more) and then Decode the input, the data is...
Back
Top Bottom