main.js click events
This commit is contained in:
+12
-2
@@ -13,10 +13,10 @@
|
||||
<div class="col-xs-8 search-col">
|
||||
<div id="search-cont">
|
||||
<div class="input-group stylish-input-group">
|
||||
<input type="text" class="form-control" placeholder="Search" >
|
||||
<input type="text" id="input" class="form-control" placeholder="Search" >
|
||||
<span class="input-group-addon">
|
||||
<button type="submit">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
<span id="enter" class="glyphicon glyphicon-upload"></span>
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
@@ -24,5 +24,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="calendar.js"></script>
|
||||
<script type="text/javascript" src="main.js"></script>
|
||||
<!--Imports API -->
|
||||
<script async defer src="https://apis.google.com/js/api.js"
|
||||
onload="this.onload=function(){};handleClientLoad()"
|
||||
onreadystatechange="if (this.readyState === 'complete') this.onload()">
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user