Last active
December 22, 2015 19:39
-
-
Save lbdremy/6521438 to your computer and use it in GitHub Desktop.
Jquery only test
This file contains hidden or 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
<html xmlns:ng="http://angularjs.org" id="ng-app" class="ng-app:demoapp" ng-app="demoapp" ng-controller="DemoController"> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment