Skip to content

Instantly share code, notes, and snippets.

@joviczarko
Last active September 10, 2016 14:52
Show Gist options
  • Save joviczarko/a4fb92c562c602cb16a79f2ccea60dc1 to your computer and use it in GitHub Desktop.
Save joviczarko/a4fb92c562c602cb16a79f2ccea60dc1 to your computer and use it in GitHub Desktop.
Testing the page setup. If everything is OK it will Write HTML, jQuery, and will show basic responsivnes (twitter bootstrap)
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#msgid").html("This is Hello World by JQuery");
});
</script>
This is Hello World by HTML
<div id="msgid">
</div>
<div style="color: red; font-weight: bold;" class="hidden-xs hidden-sm">LARGE DISPLAY</div>
<div style="color: blue; font-weight: bold;" class="hidden-md hidden-lg">MOBILE DISPLAY</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment