Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8557281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:32:24+00:00 2026-06-11T15:32:24+00:00

In this jQuery date time picker i want to change the slide direction to

  • 0

In this jQuery date time picker i want to change the slide direction to right side of the textbox.

// Source Page:

<script type="text/javascript">
        $(function () {
            $(".datepicker").datepicker({ dateFormat: 'dd-mm-yy', minDate: 0,
                changeMonth: true,
                changeYear: true
            }).attr('readonly', 'true');
        });
</script>


<asp:TextBox ID="txtDtVisit" runat="server" CssClass="datepicker" Style="background-image: url('Calendar_Control/images/calendar.gif'); background-repeat: no-repeat; background-position: right;" Width="178px"></asp:TextBox>

By default it is showing in bottom of the textbox.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:32:25+00:00Added an answer on June 11, 2026 at 3:32 pm

    Replace your Script with this,

    $(function () {
                   $('.datepicker').datepicker({
                       changeYear: true,
                       dateFormat: 'dd/mm/yy',
                       showOn: 'button',
                       showmonth: true,
                       buttonText: "",
                       showAnim: 'slideDown',
                       duration: 'fast',
                       buttonImageOnly: true,
                       buttonImage: "Calendar_Control/images/calendar.gif",
                       beforeShow: function (textbox, instance) {
                           instance.dpDiv.css({
                               marginTop: (-textbox.offsetHeight) + 'px',
                               marginLeft: textbox.offsetWidth + 'px'
                           });
                       }
                   }).attr('readonly', 'true');
                   $(".ui-datepicker-trigger").mouseover(function () {
                       $(this).css('cursor', 'pointer');
                   });
               });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello i have a jquery ui date time picker. And now i want it
I have jquery date picker implement trough Shared/EdotorTemplates/DateTime.cshtml like this @model DateTime @Html.TextBox(, Model.ToString(dd.MM.yyyy),
I have a textbox with jquery ui datetime picker. When i open the page
I have a standard Jquery date picker which shows 2 textboxes. One textbox has
This is the site i work, http://cbtallc.com/test-page/#form On this page, under Date and Time,
I am using jquery date picker in rails project, I want to disable the
I have a div class='messages'. I add date to this div via jQuery.append() Here
how i do validate two date textboxes using jquery. i came across this snippet
I have this jQuery code: $(document).ready(function() { $.ajax({ url: pages/+page+.php, cache: false }).done(function( html
I am using this picker for my projects and I need to change the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.