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 8000625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:51:31+00:00 2026-06-04T15:51:31+00:00

I have jquery calendar code like this <script> $(document).ready(function() { $(‘#calTwo’).jCal({ day: new Date(

  • 0

I have jquery calendar code like this

<script>
$(document).ready(function() {
    $('#calTwo').jCal({
        day: new Date( (new Date()).setMonth( (new Date()).getMonth() + 2 ) ),
        days: 7,
        showMonths: 1,
        monthSelect:    true
    });
});
</script>

And in my body contest as follows

<body>
<span id="calTwo"></span>
</body>

The above code is working fine but my requirement is instead of using span id tag i need to use text field and adjacent to the text field one calendar image. By clicking on that image calendar should get displayed, and whatever the date i have selected that should be shown in the text field.

I am new to Jquery and no idea how to implement this feature Any help.?

  • 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-04T15:51:33+00:00Added an answer on June 4, 2026 at 3:51 pm

    Something like:

    <input id="calTwo" /> <img src="..." id="calTwoIcon" />
    
    <script>
    $('#calTwoIcon').click(function() {
        $('#calTwo').focus();
    });
    </script>
    

    Is that what you were looking for? I just placed an image and assigned a click event that upon getting called will focus the calendar input which should bring up the calendar. Alternatively you could do $('#calTwo').trigger('click');.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have jQuery code which looks something like this on Button1 Click $('table.result_grid tbody
I am modifying a jQuery calendar and want to change this code: function getEventData()
I have a code that goes like this on HTML: <div class=blog_highlight> <ul class=calendar>
I'm using the datepicker form jQuery-ui-1.8.16. I have the following code: Site.Calendar = function()
I have the following code to utilize the jquery FullCalendar plugin: $(function () {
Anyone have a sample of doing a jQuery notification/popup/calendar in Intraweb ? A simple
I have jquery validation code which is working fine in ff but the same
I keep getting this error all over the place where I only have jquery
I have a jquery fullcalendar . I would like to trigger jquery QTip (or
Hey Guys, i have a big problem with my jQuery Datepicker Script. I use

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.