Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED jQuery datepicker
#1
Hello
I want to use the jQuery datepicker widget. How can I activate it with GS 3.3.4 and Iridium template?
I installed the fanybox plugin.
On the jQuery site it says
Code:
!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#datepicker" ).datepicker();
});
</script>
</head>
<body>
<p>Date: <input type="text" id="datepicker"></p>
</body>
</html>

Where should I put the code
Code:
<script>
$(function() {
$( "#datepicker" ).datepicker();
});
</script>

I'm not a php or js script coder I understand a bit but that's it Rolleyes
I hope someone can push me in the right direction.
TIA
Tim
Reply


Messages In This Thread
jQuery datepicker - by fugo - 2014-11-28, 03:42:56
RE: jQuery datepicker - by Kapelius - 2014-11-29, 21:32:28
RE: jQuery datepicker - by fugo - 2014-11-29, 23:33:16
RE: jQuery datepicker - by Kapelius - 2014-11-30, 01:03:22
RE: jQuery datepicker - by fugo - 2014-11-30, 01:31:34
RE: jQuery datepicker - by Kapelius - 2014-11-30, 01:45:54
RE: jQuery datepicker - by fugo - 2014-11-30, 02:07:05
RE: jQuery datepicker - by shawn_a - 2014-11-30, 02:58:09
RE: jQuery datepicker - by fugo - 2014-11-30, 06:09:29
RE: jQuery datepicker - by shawn_a - 2014-11-30, 07:19:42



Users browsing this thread: 3 Guest(s)