Community moderators have prevented the ability to post new answers.
Unfortunately, without more context, I'm not sure how to help you with the issue. For future posts, I'd recommend you format your code before you paste it. Eg:
<html>
<head></head>
<body>
null userId===&gt;{5e0e16c8-15a2-4074-80a2-c799de240163}access_token===&gt;zrnQ0_gwlEvt67sLqpMEexBBPSwOb_LrmeGfcxAV0zZKDm5pRVHlbq_6trD1QdA3seTjdrGZBFkg0Lo0ILQ=email===&gt;soundaryas227@gmail.comrep===&gt;{"1":"dummy","0":"first-rep"}portals===&gt;{"values":[{"id":548331,"name":""},{"id":1366593,"name":"dhakshina"},{"id":25622795,"name":"pfreshers"},{"id":63226744,"name":"test"},{"id":63350627,"name":"student"}]}
<script>
console.log(50527990);
</script>
<div>
<div style="float:left;">
<select name="projName" id="projName_0">
<option value="0">Select Your Projects Portal to connect</option>
<option value="adventnet"></option>
<option value="dhakshina">dhakshina</option>
<option value="pfreshers">pfreshers</option>
<option value="test">test</option>
<option value="student">student</option>
</select>
</div>
<div>
<button onclick="alert('hi')">Connect</button>
</div>
</div>
</body></html>
This is my dom element shown in inspect..
<html><head></head><body>null userId===>{5e0e16c8-15a2-4074-80a2-c799de240163}access_token===>zrnQ0_gwlEvt67sLqpMEexBBPSwOb_LrmeGfcxAV0zZKDm5pRVHlbq_6trD1QdA3seTjdrGZBFkg0Lo0ILQ=email===>soundaryas227@gmail.comrep===>{"1":"dummy","0":"first-rep"}portals===>{"values":[{"id":548331,"name":""},{"id":1366593,"name":"dhakshina"},{"id":25622795,"name":"pfreshers"},{"id":63226744,"name":"test"},{"id":63350627,"name":"student"}]}
<script>
console.log(50527990);
</script>
<div>
<div style="float:left;">
<select name="projName" id="projName_0">
<option value="0">Select Your Projects Portal to connect</option>
<option value="adventnet"> </option>
<option value="dhakshina"> dhakshina </option>
<option value="pfreshers"> pfreshers </option>
<option value="test"> test </option>
<option value="student"> student </option>
</select>
</div>
<div><button onclick="alert('hi')">Connect</button></div>
</div>
</body></html>
In view Page its shows me this
Screen Shot 2016-08-30 at 12.45.30 PM.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you post a link to Github or Bitbucket to look at your code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.