Skip to content

Instantly share code, notes, and snippets.

@DaWe35
Last active October 22, 2019 13:21
Show Gist options
  • Save DaWe35/3aff4278f4b191639581f4b9b9f18a2b to your computer and use it in GitHub Desktop.
Save DaWe35/3aff4278f4b191639581f4b9b9f18a2b to your computer and use it in GitHub Desktop.
Code sniffet for facebook post https://www.facebook.com/groups/wpcsoport/?multi_permalinks=3337324666285340
<div class="desktop-view">
<input id="mezoid" value="1">
</div>
<div class="mobile-view">
<input id="mezoid" value="2">
</div>
<!--
document.getElementById("mezoid").value will be 1
$("#mezoid").val() will be 1
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment