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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:14:09+00:00 2026-05-11T14:14:09+00:00

I need to have a click to edit element on a page, that will

  • 0

I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker.

Currently, I’m using JEditable to provide the in place editing, which is working fine. However, I have a date control input that I would like to have appear as a calendar, which is where the fun starts.

I’ve found a Comment in the this blog by Calle Kabo (the page is a little mashed unfortunately) that details a way to do this:

$.editable.addInputType('datepicker', {         element:  function(settings, original) {             var input = $('<input type=\'text\' name=\'value\' />');             $(this).append(input);             return(input);         },         plugin:  function(settings, original) {             var form = this;             $('input', this).filter(':text').datepicker({                 onSelect: function(dateText) { $(this).hide(); $(form).trigger('submit'); }             });         }     }); 

However, I can’t get the above to work – no errors, but no effect either. I’ve tried placing it within the jQuery document ready function and also outside of it – no joy.

My UI Datepicker class is date-picker and my Jeditable class is ajaxedit, I’m sure the above inaction is due to the need to reference them somehow in the code, but I don’t know how. Also, the Jeditable control is one of many element ids, if that has a bearing.

Any ideas from those more in the know?

  • 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. 2026-05-11T14:14:10+00:00Added an answer on May 11, 2026 at 2:14 pm

    I had the same problem. Searching inside the sourcecode of http://www.appelsiini.net/projects/jeditable/custom.html brought me to the solution.

    There is a ‘jquery.jeditable.datepicker.js’. Putted this in my code an added a new function ‘datepicker’ (also in the source).

    I don’t know how your script works but in my case the function additionally needs:

    id : ‘elementid’,

    name : ‘edit’

    to store the data in the database.

    hth 🙂

    dabbeljuh

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

Sidebar

Related Questions

I have the need of a click tab event. I am using the following
$('input[type=checkbox]').unbind().click(function(e){ $(this).attr('checked', true) return false; }); I NEED to return false because I have
I need to have a summary field in each page of the report and
I have a few models that need to have custom find conditions placed on
I have a need to run different code when a user clicks or double-clicks
We have need for a rating system in a project we are working on,
I have need to select a number of 'master' rows from a table, also
I need to have a thread signal another if the user wishes to interrupt
I need to have a script read the files coming in and check information
I need to have a working web browser in a fullscreen Direct3D application. For

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.