HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RGBSI: Jobs</title>
<link rel="stylesheet" type="text/css" href="css/css1.css" media="screen"/>
<link href="styles/examples-offline.css" rel="stylesheet" />
<link href="styles/kendo.default.min.css"rel="stylesheet" />
<link href="styles/kendo.common.min.css" rel="stylesheet" />
<script src="js/jquery.min.js"></script>
<script src="js/kendo.web.min.js"></script>
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<script>
$(function() {
var availableTags = [ // i want this values to be called from php page
"Abap",
"Admin",
"Ajax",
"BASIC",
"C",
"C++",
"Clojure",
"Dot Net",
"Django",
"Javascript",
"Gaming",
"Mysql",
"Need PHP",
"Java",
"Java with 3 years",
"Php",
"RGBSI",
"RGBSI2" ];
$( "#title" ).autocomplete({
source: availableTags
});
var availableTagss = [
"PHP",
"Javascript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"JavaScript",
"Lisp",
"Perl",
"Python",
"Ruby",
"Scala",
"Scheme"
];
$( "#skills" ).autocomplete({
source: availableTagss
});
var availableTagsd = [
"Ananthapur",
"Andhra",
"Bangalore",
"Chennai",
"Dhone",
"Delhi",
"Goa",
"Kurnool",
"Kerala",
"Mysore",
"Nandyala",
"TamilNadu"
];
$( "#location" ).autocomplete({
source: availableTagsd
});
});
</script>
</head>
<body>
<div class="cl"></div>
<div class="search">
<form method="post" action="searchjob.php">
<input type="text" id="title" name="title" />
<input type="text" id="skills" name="skill" />
<input type="text" id="location" name="location" />
<input type="submit" value="Search" name="submit"/>
</form>
</div>
</div>
</body>
</html>
Bookmarks