Last active
October 22, 2019 13:21
-
-
Save DaWe35/3aff4278f4b191639581f4b9b9f18a2b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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