All Questions
22 questions
0
votes
1
answer
38
views
Compare value of jQuery Datepicker with the value of an Advanced Custom Fields field [duplicate]
I have a page with a jQuery Datepicker. Once the value is selected, I want to be able to store it in a PHP variable, so I can compare it with a variable I am getting from an Advanced Custom Fields ...
0
votes
1
answer
276
views
unable to change date format for user view in cjuidatepicker in yii1
$this->widget('zii.widgets.jui.CJuiDatePicker',array(
'name'=>'date_from',
'id' => 'date_from',
//'value'=&...
1
vote
2
answers
292
views
Jquery ui datepicker position
I have problem in Jquery ui datepicker position relative to input type hidden.
I triggered datepicker on click of FontAwesome icon and saving selected date in input type hidden. All working but ...
0
votes
1
answer
65
views
jquery - can't get datepicker and login on same page
I'm building a website. I have the login javascript working. I want to add a datepicker object from the jquery UI library, which I have downloaded and placed in the root/jqueryUI folder. I've ...
0
votes
2
answers
12k
views
Laravel: datepicker is not working
I need a help. datepicker is not working on laravel view file please help how to make it working
For Live file, I have used this:
{!! Html::script('http://code.jquery.com/ui/1.12.1/themes/base/...
0
votes
1
answer
809
views
Jquery ui datepicker not working properly in second Dialog
i'd appreciate your help with this one. I've been searching for a fix for hours now and I just can't get it to work.
I have two files "editor.php" and "functions.php".
So I got this Jquery UI ...
0
votes
1
answer
362
views
How to pass id along with date in datepicker?
Below is the table structure and only these dates are available in datapicker and when user click on those available dates i need to take price with that.
Table structure
and here is my code.
var ...
0
votes
1
answer
605
views
SQL insert query not working with JQuery UI datepicker
The html input:
<input name="week_ending" type="text" id="week_ending" value="" />
The jQuery:
<script>
$(function() {
$( "#week_ending" ).datepicker();
});
</script&...
1
vote
1
answer
2k
views
How to create DatePicker in php yii2 with jquery
My code is as below
<?php echo $form->field($model_emp_info, 'varDob')->textInput(['id'=>'datepicker'])?>
<script>
$(function() {
$( "#datepicker" ).datepicker();
...
0
votes
1
answer
808
views
jQuery DatePicker conflict with DatePicker from included file
I have two php pages, search.php and result.php. Both of these pages use jQuery and both have jQueryUI datepickers and work perfectly independently of each other.
I've included search.php in my ...
0
votes
0
answers
210
views
I have to click twice to get Ajax to work
I am working on a timetable for a school shedule.
On the site, there is a jquery ui datepicker, that can be clicked to update the timetable (based on the date that has been clicked on the datepicker)...
1
vote
2
answers
7k
views
How to make jQuery ui datepicker button image read-only
When I make my datepicker readonly I see that the user cannot type anything into the text box. However, they can still change the value using the calendar Icon. How can I hide the calendar icon so ...
0
votes
2
answers
142
views
Ways to combine jquery-ui Datepicker with inserting text on click.
I have a table list with many input fields that has the jqueury datpicker in it. Every input field has as class datepicker and a random id number. when clicked in the input field teh datpicker pops up....
1
vote
1
answer
3k
views
jQuery date picker : limit to selected month
how do i limit date range to selected month.
if user select month of November in 'From date' i need to limit 'To date' in that selected month. No matter user select November 30th. to date should only ...
0
votes
1
answer
111
views
php show notice within that interval dates
In php I want to show a message in the page within the activated dates means the date from and till date will selected by the admin and within those selected days the message will be shown in the page....