Skip to content
Snippets Groups Projects
Commit 0b0f7045 authored by Andy C's avatar Andy C
Browse files
parents b1e26206 af9646e4
No related branches found
No related tags found
No related merge requests found
body{ html, body, #wrapper{
height: 100%; height: 100%;
} }
#input-div, #output-div{ #input-div, #output-div{
......
<!DOCTYPE html>
<html> <html>
<head> <head>
...@@ -8,11 +9,29 @@ ...@@ -8,11 +9,29 @@
<script src="js/application.js" defer="defer"></script> <script src="js/application.js" defer="defer"></script>
<script src="js/all.js" defer="defer"></script> <script src="js/all.js" defer="defer"></script>
<link href="css/core.css" rel="stylesheet" type="text/css" /> <link href="css/core.css" rel="stylesheet" type="text/css" />
<title>eRecruitment Advertisment Designer</title>
<meta name="author" content=”Christian, Andrew, Joshua/>
<meta name="designer" content=”Christian, Andrew, Joshua/>
<meta name="publisher" content=”UNE HR/>
<meta name="distribution" content="web" />
<meta name="title" content="eRecruitment Advertisment Designer" />
<meta name="reply-to" content="ccaburia@myune.edu.au" />
<meta name="Classification" content="Business" />
<meta name="owner" content="UNE HR" />
<meta name="coverage" content="Business Internal" />
<meta name=”city” content=”Armidale />
<meta name=”country” content=”AUS” />
<meta name="HandheldFriendly" content="false" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta content="no" name="apple-touch-fullscreen" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="application-name" content="eRecruitment Advertisment Designer" />
<meta name="msapplication-tooltip" content="Launch eRecruitment Advertisment Designer" />
<link href="css/all.css" rel="stylesheet" type="text/css" /> <link href="css/all.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
<h1>eRecreuitment Advertisment Designer</h1> <h1>eRecruitment Advertisment Designer</h1>
<div id="wrapper"> <div id="wrapper">
<div id="input-div"> <div id="input-div">
<h2 id="input-header">Input</h2> <h2 id="input-header">Input</h2>
......
$(document).ready(function () { $(document).ready(function () {
//Let's go! //Let's go!
console.log('Hi there!'); //console.log('Hi there!');
$('#input-textarea').text(''); $('#input-textarea').text('');
$('#input-textarea').val(''); $('#input-textarea').val('');
$('#input-textarea').on('input propertychange', function () { $('#input-textarea').on('input propertychange', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment