Search:
Type: Posts; User: oneofthelions
Search :
Search took 0.02 seconds.
Solution is
<script type="text/javascript">
$(document).ready(function() {
$('#holidayDate').datepicker();
var availableTags = ["New years Day", "Martin Luther King Day",...
I tried if and else if and its not working.
<script type="text/javascript">
$(document).ready(function() {
$('#holidayDate').datepicker();
var availableTags = ["New years Day",...
I have dates and description. If the date is entered, then the description should autocomplete. Like if 12/25/yyyy is selected, then Christmas should automatically be shown?
I tried this, but its...
I have two INPUT type="text" boxes.
First is Date and second is description.
For date I am using Jquery UI widget 'datepicker' and for description I am using jquery Autocomplete and defined...
I included the script within the function which is called when the button is clicked.
its not working either
<script language="Javascript">
function doSubmit(){
function...
They are variable ID's, in a logic:iterate of JSP. They should work I assume since the logic iterate will loop into it?
Hi, I have number of checkboxes and another checkbox for "Select All"
I want to check if the user has selected at least one checkbox. Need modification in javascript
<head>
<!--script to...
It needed a name tag ... name="datepicker"....
SOLVED
Hi, My datepicker is showing up. But when submit is done, it does not read any value from input field.
I am using JSP and struts. Any help please
<SCRIPT type=text/javascript>...
That did not help... any more help please.
Hi,
I am displaying the entries from the database on my JSP page. As many there are entries, using <logic:iterate> I am showing the values.
My problem is, only the first datepicker is shown....